mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 18:27:26 +00:00
PINK: File scheme still requires a hostname, even if it's the empty string
This commit is contained in:
parent
ada7ed7114
commit
f302cd7c57
@ -365,7 +365,7 @@ void PinkEngine::executeMenuCommand(uint id) {
|
||||
void PinkEngine::openLocalWebPage(const Common::String &pageName) const {
|
||||
Common::FSNode gameFolder= Common::FSNode(ConfMan.get("path"));
|
||||
Common::FSNode filePath = gameFolder.getChild("INSTALL").getChild(pageName);
|
||||
Common::String fullUrl = Common::String::format("file://%s", filePath.getPath().c_str());
|
||||
Common::String fullUrl = Common::String::format("file:///%s", filePath.getPath().c_str());
|
||||
_system->openUrl(fullUrl);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user