Fixing open save dialog.
This commit is contained in:
@@ -278,7 +278,9 @@ bool WindowsFileSystem::ShowSaveFileDialog(Window* parentWindow, const StringVie
|
|||||||
while (*ptr)
|
while (*ptr)
|
||||||
{
|
{
|
||||||
filenames.Add(directory / ptr);
|
filenames.Add(directory / ptr);
|
||||||
ptr += (lstrlenW(ptr) + 1);
|
ptr += lstrlenW(ptr);
|
||||||
|
if (multiSelect)
|
||||||
|
ptr++;
|
||||||
}
|
}
|
||||||
|
|
||||||
result = false;
|
result = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user