replaced assert with g_assert
authorVladimir Nadvornik <nadvornik@suse.cz>
Tue, 7 Aug 2012 08:21:29 +0000 (10:21 +0200)
committerVladimir Nadvornik <nadvornik@suse.cz>
Tue, 7 Aug 2012 08:21:29 +0000 (10:21 +0200)
src/exif-common.c

index 1479909..7ed2a54 100644 (file)
@@ -639,7 +639,7 @@ void exif_release_cb(FileData *fd)
 
 void exif_init_cache(void)
 {
-       assert(!exif_cache);
+       g_assert(!exif_cache);
        exif_cache = file_cache_new(exif_release_cb, 4);
 }