Steve Russell GitHub 2 years ago
parent
commit
0710085ae6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Prototype.cpp

+ 1
- 1
src/Prototype.cpp View File

@@ -504,7 +504,7 @@ struct Prototype : Module {
(void) std::system(command.c_str());
#elif defined ARCH_WIN
std::string command = editorPath + " \"" + path + "\"";
std::wstring commandW = string::toWstring(command);
std::wstring commandW = string::UTF8toUTF16(command);
STARTUPINFOW startupInfo;
std::memset(&startupInfo, 0, sizeof(startupInfo));
startupInfo.cb = sizeof(startupInfo);


Loading…
Cancel
Save