mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
AMIGAOS: Initialize pathBuffer
This commit is contained in:
parent
24ce65629a
commit
3ba1d5c313
@ -41,6 +41,7 @@ struct Library *AslBase;
|
||||
Common::DialogManager::DialogResult AmigaOSDialogManager::showFileBrowser(const Common::U32String &title, Common::FSNode &choice, bool isDirBrowser) {
|
||||
|
||||
char pathBuffer[MAXPATHLEN];
|
||||
strcpy(pathBuffer, "SYS:");
|
||||
|
||||
Common::String newTitle = title.encode(Common::kISO8859_1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user