ham-radio-software / lzhuf

C Implementation of lzhuf compression used with Winlink
Other
3 stars 1 forks source link

fix(endian) Fix filesize handling #10

Closed wb8tyw closed 2 years ago

wb8tyw commented 2 years ago

lzhuf.c: Filesize must be encoded in little-endian for winlink

wb8tyw commented 2 years ago

This should add the big-endian support.

Next will be to start working on packaging scripts that can be run in GitHub Actions.

ka5mye commented 2 years ago

I tested ham-radio-software/lzhuf on my Mac Book Pro. makefile made executable, it ran and made lzhuf. I ran John's tests and diffs compared the same. Works fine on Mac.