ethumb: missing initialization.

Thank you Lucas de Marchi :)


SVN revision: 52487
This commit is contained in:
Chidambar Zinnoury 2010-09-20 12:10:30 +00:00
parent 9af1273517
commit 52b0c711a1
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{