diff options
author | Dennis Real <github@tildepipe.org> | 2012-02-05 16:56:29 +0100 |
---|---|---|
committer | Dennis Real <github@tildepipe.org> | 2012-02-05 16:56:29 +0100 |
commit | 132ecc0f9f0a2243c4f6745d0af36be810bf9eba (patch) | |
tree | 261a213cda215ceb59c8ffad2b2bd5ecd9a41796 /src/imlib.c | |
parent | 0d7602ffa3ef7d610c2af355258e8fe40ad84b8f (diff) |
- improved handling of images which have exif tags but not ours
- fixed uninitialzed pointer in thumbnail mode
- added nikon lens info if available
Diffstat (limited to 'src/imlib.c')
-rw-r--r-- | src/imlib.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |