better error message

This commit is contained in:
tth 2019-09-12 19:37:07 +02:00
parent 5726161571
commit 8f2c39ec02
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if (foo) {
exit(1);
}
fimg_describe(&fimg, "oups");
fimg_describe(&fimg, argv[2]);
foo = fimg_dump_to_file(&fimg, argv[2], 0);
fprintf(stderr, "save as fimg -> %d\n", foo);