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