You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now in e.g., FOpen(), the filename param must be in a certain format in order to successfully find it. Rewrite this to be more lax. Space-pad the filename if less than 8 chars was given, assume the extension is just three spaces if no extension is given, etc.....
pad short filenames to 8.3 format
convert full filename to uppercase
The text was updated successfully, but these errors were encountered:
Right now in e.g.,
FOpen()
, the filename param must be in a certain format in order to successfully find it. Rewrite this to be more lax. Space-pad the filename if less than 8 chars was given, assume the extension is just three spaces if no extension is given, etc.....The text was updated successfully, but these errors were encountered: