From: Vladimir Nadvornik Date: Tue, 7 Aug 2012 08:21:29 +0000 (+0200) Subject: replaced assert with g_assert X-Git-Tag: 1.1~5 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=5ab7044678cf35dff14c06d9031a2791fd563fec replaced assert with g_assert --- diff --git a/src/exif-common.c b/src/exif-common.c index 14799093..7ed2a547 100644 --- a/src/exif-common.c +++ b/src/exif-common.c @@ -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); }