Changeset 1402 for trunk/dll/pathutil.c
- Timestamp:
- Mar 14, 2009, 6:17:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/pathutil.c
r1398 r1402 192 192 ret = DosQueryAppType(szCmdLine, &ulAppType); 193 193 BldQuotedFileName(pszNewCmdLine, szCmdLine); 194 //printf("%d A", ret); fflush(stdout);195 194 if (ret) { 196 195 ret = saymsg(MB_YESNO, … … 252 251 } 253 252 } 254 //printf("%d", ret); fflush(stdout);255 253 } 256 254 else { … … 300 298 break; 301 299 } 302 //printf("%d %s\n", ret, szCmdLine); fflush(stdout);303 300 } 304 301 strcpy(szCmdLine, pszCmdLine_); … … 352 349 FullPath = searchapath(PCSZ_PATH, szCmdLine); 353 350 BldQuotedFileName(pszNewCmdLine, szCmdLine); 354 //printf("%d %s ", ret, szCmdLine); fflush(stdout);355 351 if (!*FullPath) { 356 352 ret = saymsg(MB_YESNO,
Note:
See TracChangeset
for help on using the changeset viewer.