Skip to content

Commit 0215bd0

Browse files
committed
Apply fix from 8a94723
1 parent 6785a46 commit 0215bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/untwine/api/QgisUntwine_win.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bool QgisUntwine::start(Options& options)
2828
cmdline += "--" + op.first + " \"" + op.second + "\" ";
2929

3030
PROCESS_INFORMATION processInfo;
31-
STARTUPINFO startupInfo;
31+
STARTUPINFOA startupInfo;
3232

3333
ZeroMemory(&processInfo, sizeof(PROCESS_INFORMATION));
3434
ZeroMemory(&startupInfo, sizeof(STARTUPINFO));

0 commit comments

Comments
 (0)