From 6a2b37d4e3fa7f9a67bd0e6d55c309b38e84dc7e Mon Sep 17 00:00:00 2001 From: tonton Th Date: Sun, 16 Feb 2020 23:50:44 +0100 Subject: [PATCH] minor bug spotted with DEBUG_LEVEL=1 --- lib/fimg-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fimg-file.c b/lib/fimg-file.c index 8b4668e..74d6413 100644 --- a/lib/fimg-file.c +++ b/lib/fimg-file.c @@ -112,7 +112,7 @@ int foo, nbre; FimgFileHead filehead; #if DEBUG_LEVEL -fprintf(stderr, ">>> %-25s ( '%s' %p )\n", __func__, fname, head); +fprintf(stderr, ">>> %-25s ( '%s' %p )\n", __func__, fname, where); #endif if (NULL==(fp = fopen(fname, "r"))) {