Author: post
Date: 2011-09-10 11:15:48 +0200 (Sat, 10 Sep 2011)
New Revision: 4027
Modified:
trunk/plugins/meta-tiff/tiff-meta.c
Log:
Fix uninitialized variable for Olympus lens id.
Modified: trunk/plugins/meta-tiff/tiff-meta.c
===================================================================
--- trunk/plugins/meta-tiff/tiff-meta.c 2011-09-10 08:44:35 UTC (rev 4026)
+++ trunk/plugins/meta-tiff/tiff-meta.c 2011-09-10 09:15:48 UTC (rev 4027)
@@ -862,7 +862,7 @@
struct IFD ifd;
gushort ushort_temp1;
gchar *str = NULL;
- gint total;
+ gint total = 0;
if(!raw_get_ushort(rawfile, offset, &number_of_entries))
return FALSE;
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit