From 6f43d026062e4dba529e6a0b3057663a98ecaf75 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 13 Dec 2003 13:22:51 +0000 Subject: message fix git-svn-id: file:///home/lennart/svn/public/syrep/trunk@49 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/syrep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syrep.c b/src/syrep.c index e063072..059dde0 100644 --- a/src/syrep.c +++ b/src/syrep.c @@ -197,7 +197,7 @@ static int do_makepatch(void) { } if (isdirectory(args.inputs[0]) <= 0) { - fprintf(stderr, "ERROR: %s is not a directory\n", args.inputs[1]); + fprintf(stderr, "ERROR: %s is not a directory\n", args.inputs[0]); goto finish; } -- cgit