AMIGAOS: Initialize pathBuffer
This commit is contained in:
parent
24ce65629a
commit
3ba1d5c313
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue