From e4483e5e25a1471728a31a18d22ba86def489509 Mon Sep 17 00:00:00 2001 From: Dennis Real Date: Sun, 5 Feb 2012 16:56:29 +0100 Subject: - improved handling of images which have exif tags but not ours - fixed uninitialized pointer in thumbnail mode - added nikon lens info if available --- src/imlib.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/imlib.c') diff --git a/src/imlib.c b/src/imlib.c index 0b60180..197b8f5 100644 --- a/src/imlib.c +++ b/src/imlib.c @@ -522,6 +522,8 @@ void feh_draw_exif(winwidget w) return; } + + buffer[0] = '\0'; exif_get_info(FEH_FILE(w->file->data)->ed, buffer, MAX_EXIF_DATA); fn = feh_load_font(w); -- cgit v1.2.3