From dd3212112086f8391717a6397fb4684e3ba6d7d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B9=E3=83=8E=E3=83=AB?= Date: Thu, 28 Sep 2023 00:23:53 -0400 Subject: [PATCH] Update zlib.jl --- src/zlib.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zlib.jl b/src/zlib.jl index 9562172..40058ee 100644 --- a/src/zlib.jl +++ b/src/zlib.jl @@ -57,7 +57,7 @@ else end # Zlib errors as Exceptions -zerror(e::Integer) = unsafe_string(zError(e)) +zerror(e::Integer) = unsafe_string(Zlib_h.zError(e)) mutable struct ZError <: Exception err::Cint err_str::AbstractString