From dda374fc7d46cef57183d20ade9aa1bfaf899021 Mon Sep 17 00:00:00 2001 From: tTh Date: Sun, 7 Apr 2024 12:50:57 +0200 Subject: [PATCH] oups... --- Lib/essais.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/essais.c b/Lib/essais.c index affd7b4..2b48bcd 100644 --- a/Lib/essais.c +++ b/Lib/essais.c @@ -376,7 +376,7 @@ if ( NULL == (nucked=Image_clone(origine, 1)) ) { foo = Image_essai_zoom(origine, nucked, 1.18, 0.42, 0); if (foo) { - fprintf(stderr, "In %s, essai zoom -> %d\n", foo); + fprintf(stderr, "In %s, essai zoom -> %d\n", __func__, foo); } Image_TGA_save("Pictures/aaaa-zoom.tga", nucked, 0);