comparison sounds/au2h.c @ 1798:5ed382006539

[gaim-migrate @ 1808] Im allza a bouts it committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Wed, 02 May 2001 22:14:59 +0000
parents 6fa4f028d226
children
comparison
equal deleted inserted replaced
1797:6fa4f028d226 1798:5ed382006539
17 char buf[BUF_SIZE]; 17 char buf[BUF_SIZE];
18 char file[256]; 18 char file[256];
19 int offset = 0, cnt; 19 int offset = 0, cnt;
20 20
21 if (argc != 3) { 21 if (argc != 3) {
22 fprintf(stderr, "Too few arguments! Are you using gmake?\n"); 22 fprintf(stderr, "Too few arguments! Are you using gmake? If you're not, then you really should. :-) \n");
23 exit(1); 23 exit(1);
24 } 24 }
25 25
26 fd = open(argv[1], O_RDONLY); 26 fd = open(argv[1], O_RDONLY);
27 if (fd < 0) { 27 if (fd < 0) {