From 453062750c3752d77bbf772d85144003063c1212 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 4 Dec 2010 20:32:25 +0000 Subject: Remove Aliases file nonsense svn path=/trunk/libcss/; revision=10983 --- test/csdetect.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/csdetect.c') diff --git a/test/csdetect.c b/test/csdetect.c index d12d6cf..aa72ce2 100644 --- a/test/csdetect.c +++ b/test/csdetect.c @@ -29,12 +29,12 @@ int main(int argc, char **argv) { line_ctx ctx; - if (argc != 3) { - printf("Usage: %s \n", argv[0]); + if (argc != 2) { + printf("Usage: %s \n", argv[0]); return 1; } - ctx.buflen = parse_filesize(argv[2]); + ctx.buflen = parse_filesize(argv[1]); if (ctx.buflen == 0) return 1; @@ -51,7 +51,7 @@ int main(int argc, char **argv) ctx.indata = false; ctx.inenc = false; - assert(parse_testfile(argv[2], handle_line, &ctx) == true); + assert(parse_testfile(argv[1], handle_line, &ctx) == true); /* and run final test */ if (ctx.bufused > 0 && ctx.buf[ctx.bufused - 1] == '\n') -- cgit v1.2.3