Skip to content

Commit

Permalink
Update zlib.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
sunoru authored Sep 28, 2023
1 parent 039ee2a commit dd32121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zlib.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Check warning on line 60 in src/zlib.jl

View check run for this annotation

Codecov / codecov/patch

src/zlib.jl#L60

Added line #L60 was not covered by tests
mutable struct ZError <: Exception
err::Cint
err_str::AbstractString
Expand Down

0 comments on commit dd32121

Please sign in to comment.