comparison src/exiv2.cc @ 1016:9865e22d05f3

Fix two minor compilation warnings.
author zas_
date Sun, 31 Aug 2008 08:13:36 +0000
parents 68b0cb6ca8f0
children 448d174454e1
comparison
equal deleted inserted replaced
1015:2cdcf67e9300 1016:9865e22d05f3
672 672
673 static GList *exif_unmap_list = 0; 673 static GList *exif_unmap_list = 0;
674 674
675 extern "C" guchar *exif_get_preview(ExifData *exif, guint *data_len) 675 extern "C" guchar *exif_get_preview(ExifData *exif, guint *data_len)
676 { 676 {
677 int success;
678 unsigned long offset; 677 unsigned long offset;
679 678
680 if (!exif) return NULL; 679 if (!exif) return NULL;
681 const char* path = exif->image->io().path().c_str(); 680 const char* path = exif->image->io().path().c_str();
682 681