From 15b83f53f7bcc112ba8c7504d4fc6c26e7802387 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 21 Mar 2023 02:22:01 +0000 Subject: Fix bug in commit minutes ago git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4522 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/exif.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'converter') diff --git a/converter/other/exif.c b/converter/other/exif.c index c02aa9e3..4fe7c73d 100644 --- a/converter/other/exif.c +++ b/converter/other/exif.c @@ -455,11 +455,8 @@ traceTag(int const tag, case FMT_UNDEFINED: /* Undefined is typically an ascii string. */ - case FMT_STRING: { tagValue = stringTraceValue(value, valueSz); - - fprintf(stderr, "\"\n"); } break; default: -- cgit 1.4.1