X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=util%2Fzlib-extra.c;h=623f6d62d1e4fc13331e9c5a56d8b005287df0bd;hb=02112728433cb08ea2501d937a2ca3cb73a0d85b;hp=f691cccf2a336e5f2785a5daf8da7f8cc0612a25;hpb=60ddce8a161772583e8d223498997ee866d04ede;p=notmuch diff --git a/util/zlib-extra.c b/util/zlib-extra.c index f691cccf..623f6d62 100644 --- a/util/zlib-extra.c +++ b/util/zlib-extra.c @@ -80,7 +80,7 @@ const char * gz_error_string (util_status_t status, gzFile file) { if (status == UTIL_GZERROR) - return gzerror (file, NULL); + return gzerror_str (file); else return util_error_string (status); }