Skip to content

Commit

Permalink
replaced assert with g_assert
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvornik committed Aug 7, 2012
1 parent 5fd7dc2 commit 5ab7044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exif-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 5ab7044

Please sign in to comment.