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