RISCOS: Fix using filenames with spaces
This commit is contained in:
parent
b41ab980ec
commit
509b12de65
1 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,9 @@ Common::String RISCOSFilesystemNode::toUnix(Common::String &path) {
|
|||
case '/':
|
||||
out.setChar('.', ptr);
|
||||
break;
|
||||
case '\xA0':
|
||||
out.setChar(' ', ptr);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue