Skip to content
Snippets Groups Projects
Commit fabacc36 authored by Joerg Bornemann's avatar Joerg Bornemann
Browse files

fixup for qtcbuildhelper usage (change Ib6f5be80)

Change-Id: I4d265f2e0a077e7608cb51c5631f157cdb667481
Reviewed-on: http://codereview.qt.nokia.com/2565


Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@nokia.com>
Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
parent 566d29f8
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ int main(int argc, char **)
return 1;
if (!findFirst(strCommandLine, strCommandLineLength, pos, L" \t", pos))
return 1;
wmemmove_s(strCommandLine, strCommandLineLength, strCommandLine + pos + 2, strCommandLineLength - pos);
wmemmove_s(strCommandLine, strCommandLineLength, strCommandLine + pos + 1, strCommandLineLength - pos);
bool bSuccess = startProcess(strCommandLine);
free(strCommandLine);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment