From b3ca197b899e5843d5b66677a13712ce630aa073 Mon Sep 17 00:00:00 2001 From: tTh Date: Sat, 11 Feb 2023 19:23:43 +0100 Subject: [PATCH] fix broken message --- funcs/pixelize.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/funcs/pixelize.c b/funcs/pixelize.c index 2f8a5f8..05b02a7 100644 --- a/funcs/pixelize.c +++ b/funcs/pixelize.c @@ -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 */