fix broken message

This commit is contained in:
tTh 2023-02-11 19:23:43 +01:00
parent c1ce8f7696
commit b3ca197b89
1 changed files with 1 additions and 2 deletions

View File

@ -91,8 +91,7 @@ if (verbosity) {
foo = fimg_pixelize_h_0(psrc, pdst, flag ? largeur : 32);
if (foo) {
fprintf(stderr, "PANIC in %s\n", __func__);
abort();
fprintf(stderr, "pixelize_h_0 give err %d in %s\n", foo, __func__);
}
count--; /* nice trick bro */