egd icon indicating copy to clipboard operation
egd copied to clipboard

egd

Results 1 egd issues
Sort by recently updated
recently updated
newest added

Fix below compile-time warning. The recommended erlang:crc32/1 was introduced in Erlang/OTP R12. ``` egd_png.erl:102:11: zlib:crc32/2 is deprecated and will be removed in OTP 27; use erlang:crc32/1 instead ```