diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2020-04-20 21:49:52 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2020-04-20 21:49:52 +0200 |
| commit | d42414b65cdb0156a5a2064a08c894c19370d7a7 (patch) | |
| tree | ff8b5acddfbf9cf2ecf763a447734cc125760817 /examples/c4rm.c | |
| parent | 6ebe91321df0190e71cbb25197f491b3c6250e9c (diff) | |
| download | cc4group-d42414b65cdb0156a5a2064a08c894c19370d7a7.tar.gz cc4group-d42414b65cdb0156a5a2064a08c894c19370d7a7.zip | |
Fix more error reporting in examples
Diffstat (limited to 'examples/c4rm.c')
| -rw-r--r-- | examples/c4rm.c | 2 |
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)); } } } |
