We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3116bbb commit 6fd9b62Copy full SHA for 6fd9b62
modules/yup_core/native/yup_Files_wasm.cpp
@@ -192,7 +192,7 @@ static bool isFileExecutable (const String& filename)
192
193
bool Process::openDocument (const String& fileName, const String&)
194
{
195
- auto cmdString = "file://";
+ auto cmdString = String ("file://");
196
cmdString << fileName.replace (" ", "\\ ", false);
197
198
MAIN_THREAD_EM_ASM ({
0 commit comments