diff options
Diffstat (limited to 'win/winvnc/VNCServerService.cxx')
-rw-r--r-- | win/winvnc/VNCServerService.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/winvnc/VNCServerService.cxx b/win/winvnc/VNCServerService.cxx index d2a994aa..4754d720 100644 --- a/win/winvnc/VNCServerService.cxx +++ b/win/winvnc/VNCServerService.cxx @@ -109,7 +109,7 @@ HANDLE LaunchProcessWin(DWORD /*dwSessionId*/) { ModuleFileName filename; std::string cmdLine; - cmdLine = strFormat("\"%s\" -noconsole -service_run", filename.buf); + cmdLine = format("\"%s\" -noconsole -service_run", filename.buf); STARTUPINFO si; ZeroMemory(&si, sizeof si); si.cb = sizeof si; |