# HG changeset patch # User Eric Warmenhoven # Date 988838687 0 # Node ID 6fa4f028d226ebb42e8db22be57102bc7146ea80 # Parent 5728118a8d4c47ba51403c345558dcacac40826d [gaim-migrate @ 1807] More informational message when people aren't using gmake. committer: Tailor Script diff -r 5728118a8d4c -r 6fa4f028d226 sounds/au2h.c --- 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");