mirror of https://github.com/stella-emu/stella.git
Fix crash when loading ROMs into ROM launcher under certain circumstances.
This commit is contained in:
parent
b990bf2f68
commit
f563ed0870
|
@ -99,7 +99,7 @@ void FileListWidget::setLocation(const FilesystemNode& node,
|
|||
// Now fill the list widget with the names from the file list,
|
||||
// even if cancelled
|
||||
StringList l;
|
||||
size_t orgLen = node.getShortPath().length();
|
||||
size_t orgLen = _node.getShortPath().length();
|
||||
|
||||
_dirList.clear();
|
||||
for(const auto& file : _fileList)
|
||||
|
|
Loading…
Reference in New Issue