From f67cd9be3eb5d436b6f961feeba9533cd1692147 Mon Sep 17 00:00:00 2001 From: tth Date: Mon, 10 May 2021 00:03:28 +0200 Subject: [PATCH] aie... --- Fonderie/single.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fonderie/single.c b/Fonderie/single.c index db1d456..0e7696a 100644 --- a/Fonderie/single.c +++ b/Fonderie/single.c @@ -61,7 +61,7 @@ int single_push_picture(FloatImg *pimg) { int foo; char line[1000], buff[100]; -char *extension = ".png"; +char *extension = "png"; #if DEBUG_LEVEL fprintf(stderr, ">>> %s ( %p )\n", __func__, pimg);