Changeset 989 for trunk/dll/pathutil.c
- Timestamp:
- Mar 2, 2008, 12:34:12 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/pathutil.c
r985 r989 208 208 pszCmdLine_); 209 209 if (ret == MBID_YES){ 210 pszNewCmdLine = pszCmdLine_; 210 if (szArgs[0] != ' ') 211 strcat(pszNewCmdLine, " "); 212 strcat(pszNewCmdLine, szArgs); 211 213 } 212 214 else{ … … 306 308 pszCmdLine_); 307 309 if (ret == MBID_YES) { 308 pszWorkBuf = pszCmdLine_; 310 if (szArgs[0] != ' ') 311 strcat(pszNewCmdLine, " "); 312 strcat(pszNewCmdLine, szArgs); 309 313 } 310 314 else {
Note:
See TracChangeset
for help on using the changeset viewer.