deater / dos33fsprogs

Tools for manipulating Apple II dos33 filesystems
http://www.deater.net/weave/vmwprod/apple/dos33fs.html
Other
142 stars 23 forks source link

prodos-utils: matching against volume filename extensions should be case-insensitive #17

Open micahcowan opened 2 years ago

micahcowan commented 2 years ago

system.dsk is recognized, but not e.g. SYSTEM.DSK. Similarly for .2MG. Perhaps you could use strncasecmp instead of strncmp to examine the filename extensions?