Open micahcowan opened 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?
system.dsk
SYSTEM.DSK
.2MG
strncasecmp
strncmp
system.dsk
is recognized, but not e.g.SYSTEM.DSK
. Similarly for.2MG
. Perhaps you could usestrncasecmp
instead ofstrncmp
to examine the filename extensions?