From 52b0c711a1ea4c9acffe9ca9f2f777472f6756ca Mon Sep 17 00:00:00 2001 From: Chidambar Zinnoury Date: Mon, 20 Sep 2010 12:10:30 +0000 Subject: [PATCH] ethumb: missing initialization. Thank you Lucas de Marchi :) SVN revision: 52487 --- legacy/ethumb/src/lib/Ethumb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ethumb/src/lib/Ethumb.c b/legacy/ethumb/src/lib/Ethumb.c index b592639507..067a4092d8 100644 --- a/legacy/ethumb/src/lib/Ethumb.c +++ b/legacy/ethumb/src/lib/Ethumb.c @@ -1360,7 +1360,7 @@ _ethumb_image_load(Ethumb *e) ExifData *exif = exif_data_new_from_file(e->src_path); ExifEntry *entry = NULL; ExifByteOrder bo; - int o; + int o = 0; if (exif) {