madler / zlib

A massively spiffy yet delicately unobtrusive compression library.
http://zlib.net/
Other
5.55k stars 2.42k forks source link

fix case of MSDOS #893

Closed WilliamLeara closed 7 months ago

WilliamLeara commented 8 months ago

Should be "MSDOS". The all-caps version is used consistently throughout the code, with the exception of this one line in miniunz.c.

No functional change.

Mr-Clam commented 8 months ago

It should actually be written "MS-DOS"

WilliamLeara commented 8 months ago

It should actually be written "MS-DOS"

Agree, but it's "MSDOS" in several places throughout the codebase. I think the smallest change would be to make it "MSDOS" for consistency-sake. If we want to rename all instances to "MS-DOS", that's okay with me.

Neustradamus commented 8 months ago

@madler: What do you think?

madler commented 7 months ago

Thanks. Incorporated.

Neustradamus commented 7 months ago

Merged commit: