wrong variable type in paszilb miniunz example
packages\paszlib\examples\miniunz.pas line 242 calls HexToStr function from this file. It's argument and local variable have "clong" type but they myst be "culong" (lines 171 and 177). Else we will get crash on CRC32 conversion.