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:
parent
c5d18b9d98
commit
bb1d5b2f2f
2 changed files with 10 additions and 11 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue