Changeset 4266 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Sep 15, 2000, 4:33:54 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r4256 r4266 1 /* $Id: wprocess.cpp,v 1.9 4 2000-09-13 21:11:00 sandervlExp $ */1 /* $Id: wprocess.cpp,v 1.95 2000-09-15 14:33:54 bird Exp $ */ 2 2 3 3 /* … … 1116 1116 if (psz != NULL) 1117 1117 { 1118 psz Arg2 = psz2 += psz - psz2 + 1;/* + 1: space or quote. */1119 while (*psz2 == ' ') 1118 psz2 += psz - psz2 + 1; /* + 1: space or quote. */ 1119 while (*psz2 == ' ') /* skip blanks after argv[1]. */ 1120 1120 psz2++; 1121 pszArg2 = psz2; //SvL: bugfix -> fixes heap corruption1121 pszArg2 = psz2; 1122 1122 } 1123 1123 else
Note:
See TracChangeset
for help on using the changeset viewer.