Skip to content

Commit 6fd9b62

Browse files
committed
Typo
1 parent 3116bbb commit 6fd9b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/yup_core/native/yup_Files_wasm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ static bool isFileExecutable (const String& filename)
192192

193193
bool Process::openDocument (const String& fileName, const String&)
194194
{
195-
auto cmdString = "file://";
195+
auto cmdString = String ("file://");
196196
cmdString << fileName.replace (" ", "\\ ", false);
197197

198198
MAIN_THREAD_EM_ASM ({

0 commit comments

Comments
 (0)