X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2Fzlib-extra.c;fp=util%2Fzlib-extra.c;h=623f6d62d1e4fc13331e9c5a56d8b005287df0bd;hp=f691cccf2a336e5f2785a5daf8da7f8cc0612a25;hb=2c1f783f5f4ad28d89f2e83d7253bae7bba98440;hpb=d50f41c0fd0bbd2ca2b364f49deaea8be63dff3c 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); }