agn453 / UNZIP-CPM-Z80

UNZIP and ZIP for CP/M Z80
The Unlicense
34 stars 4 forks source link

Corrected comment regarding paths. #4

Closed jgharston closed 1 year ago

jgharston commented 1 year ago

Don't know why Git is claiming the entire file has changed. It does this sometimes. Planning to add InfoZip-style [J]unkPath option. Expected syntax will be CP/M style: UNZIP {dir:}zipfile {dir:}{afn} [options] eg: UNZIP A:DEMO.ZIP B: [J]

agn453 commented 1 year ago

I have set .Z80 assembly language files to have explicit CR-LF line terminator characters (the CP/M standard).

This may be what is confusing the file differences in Git.

If you've pulled your clone and re-pushed it back after editing locally, your editor may have reverted line endings to Unix-style LFs. A unix2dos on the source file will fix this.

Anyway, I'll merge your changes then replace the UNZIP155.Z80 source in the unzip155.lbr too.