Changeset 9680
- Timestamp:
- Jan 16, 2003, 1:47:52 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/kernel32/wprocess.cpp ¶
r9678 r9680 1 /* $Id: wprocess.cpp,v 1.17 3 2003-01-16 00:44:32 sandervl Exp $ */1 /* $Id: wprocess.cpp,v 1.174 2003-01-16 12:47:52 sandervl Exp $ */ 2 2 3 3 /* … … 2030 2030 char *newcmdline; 2031 2031 2032 newcmdline = (char *)malloc(strlen(lpCurrentDirectory) + iNewCommandLineLength + strlen(lpszPE) + 16);2032 newcmdline = (char *)malloc(strlen(lpCurrentDirectory) + iNewCommandLineLength + strlen(lpszPE) + 64); 2033 2033 sprintf(newcmdline, "%s /OPT:[CURDIR=%s] %s %s", lpszPE, lpCurrentDirectory, szAppName, lpCommandLine); 2034 2034 free(cmdline);
Note:
See TracChangeset
for help on using the changeset viewer.