X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/210202b952fe47685635f812d85779f7a8ce5354..ea9655907d37782a2a505caee22f2458058784ee:/src/image.c diff --git a/src/image.c b/src/image.c index 336cd98..81f66e0 100644 --- a/src/image.c +++ b/src/image.c @@ -51,8 +51,8 @@ struct lbx_image *lbximg_fopen(FILE *f) * If we never find any exceptions, we can replace the assertions with * assumptions. */ - assert(tmp.wtf1 == 0); - assert(tmp.offs == tmp.frames + 1); + _lbx_assert(tmp.wtf1 == 0); + _lbx_assert(tmp.offs == tmp.frames + 1); new = malloc(sizeof *new + tmp.offs * sizeof *new->offsets); if (!new) {