1
0
Fork 0

fixed some filenames not being mangled, due to unsorted list access

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@642
This commit is contained in:
Ulf Wohlers 2003-01-19 14:08:22 +00:00
parent c5d18b9d98
commit bb1d5b2f2f
2 changed files with 10 additions and 11 deletions

View file

@ -75,7 +75,7 @@ private:
bool SetResult (CFileInfo* dir, struct dirent* result, Bit16u entryNr);
bool IsCachedIn (CFileInfo* dir);
CFileInfo* FindDirInfo (const char* path, char* expandedPath);
Bit16s RemoveSpaces (char* str);
bool RemoveSpaces (char* str);
bool OpenDir (CFileInfo* dir, char* path);
void CreateEntry (CFileInfo* dir, const char* name);