killrgb: nice try, but...

This commit is contained in:
tth
2021-10-05 00:35:56 +02:00
parent 19c8f6aad5
commit f08f860daa
7 changed files with 84 additions and 4 deletions

View File

@@ -170,7 +170,8 @@ fprintf(stderr, "EXPERIMENT\n");
foo = fimg_create_from_dump("01137.fimg", &image);
if (foo) {
fprintf(stderr, "%s: err %d on create\n", __func__, foo);
fprintf(stderr, "%s: err %d on create_from_dump\n",
__func__, foo);
return -1;
}