1
0
Fork 0

Added patch 826821 from phearbear

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1382
This commit is contained in:
Peter Veenstra 2003-10-27 14:16:59 +00:00
parent 6ad8bd1411
commit 87216faa9b
4 changed files with 9 additions and 6 deletions

View file

@ -27,7 +27,7 @@ bool WildFileCmp(const char * file, const char * wild)
char file_ext[4];
char wild_name[9];
char wild_ext[4];
char * find_ext;
const char * find_ext;
Bitu r;
strcpy(file_name," ");