changeset 2027:943ddff586b1

replaced assert with g_assert
author Vladimir Nadvornik <nadvornik@suse.cz>
date Tue, 07 Aug 2012 10:21:29 +0200
parents a1e20c33cb27
children bd17e7855808
files src/exif-common.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/exif-common.c	Sun Aug 05 20:46:05 2012 +0200
+++ b/src/exif-common.c	Tue Aug 07 10:21:29 2012 +0200
@@ -639,7 +639,7 @@
 
 void exif_init_cache(void)
 {
-	assert(!exif_cache);
+	g_assert(!exif_cache);
 	exif_cache = file_cache_new(exif_release_cb, 4);
 }