summaryrefslogtreecommitdiffstats
path: root/examples/c4rm.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/c4rm.c')
-rw-r--r--examples/c4rm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/c4rm.c b/examples/c4rm.c
index 5677125..46ef55d 100644
--- a/examples/c4rm.c
+++ b/examples/c4rm.c
@@ -39,7 +39,7 @@ int main(int argc, char* argv[])
if(!success)
{
- fprintf(stderr, "ERROR: Can not save group file \"%s\": %s\n", argv[2], cc4group.getErrorMessage(group));
+ fprintf(stderr, "ERROR: Can not save group file \"%s\": %s\n", argv[1], cc4group.getErrorMessage(group));
}
}
}