mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:03:12 +00:00
[CMAKE]
sync with trunk (r49230) svn path=/branches/cmake-bringup/; revision=49246
This commit is contained in:
commit
1fb94b1cb5
771 changed files with 118975 additions and 68781 deletions
|
@ -246,14 +246,14 @@ INT cmd_start (LPTSTR Rest)
|
|||
else
|
||||
{
|
||||
TRACE ("[EXEC: %s %s]\n", debugstr_aw(szFullName), debugstr_aw(Rest));
|
||||
_tcscpy(szFullCmdLine, Rest);
|
||||
_tcscpy(szFullCmdLine, szFullName);
|
||||
}
|
||||
|
||||
/* build command line for CreateProcess() */
|
||||
if (param != NULL)
|
||||
{
|
||||
_tcscat(szFullCmdLine, _T(" "));
|
||||
_tcscat(szFullCmdLine, param);
|
||||
_tcsncat(szFullCmdLine, _T(" "), CMDLINE_LENGTH - _tcslen(szFullCmdLine));
|
||||
_tcsncat(szFullCmdLine, param, CMDLINE_LENGTH - _tcslen(szFullCmdLine));
|
||||
}
|
||||
|
||||
/* fill startup info */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue