hercules-390 / hyperion

Hercules 390
Other
252 stars 70 forks source link

Revert warning fix and promote chunk to unsigned #30

Closed bluecmd closed 10 years ago

bluecmd commented 10 years ago

fb3c2d12 caused a regression where Hercules would output: HHC00600E SCE file X: error in function read(): Bad address

Promote chunk to size_t (unsigned) which will get rid of the warnings and don't truncate the values

Fish-Git commented 10 years ago

Merged.