Wed, 02 May 2001 21:24:47 +0000
[gaim-migrate @ 1807]
More informational message when people aren't using gmake.
| sounds/au2h.c | file | annotate | diff | comparison | revisions |
--- a/sounds/au2h.c Wed May 02 09:57:55 2001 +0000 +++ b/sounds/au2h.c Wed May 02 21:24:47 2001 +0000 @@ -18,6 +18,11 @@ char file[256]; int offset = 0, cnt; + if (argc != 3) { + fprintf(stderr, "Too few arguments! Are you using gmake?\n"); + exit(1); + } + fd = open(argv[1], O_RDONLY); if (fd < 0) { perror("open");