Closed miracoli closed 8 years ago
Lowering the filename prevents loading files that contain upper case letters in filenames.
Use strncasecmp when comparing file ending instead.
Ah yes, that would be better indeed. :) Thanks!
Can you also post the modification on the uzem140 branch?
Thanks for accepting ;-). Will post it on the uzem140 branch soon.
Lowering the filename prevents loading files that contain upper case letters in filenames.
Use strncasecmp when comparing file ending instead.