Changeset 1699 for trunk/dll/pathutil.c
- Timestamp:
- Nov 7, 2013, 6:24:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/pathutil.c
r1632 r1699 12 12 06 Jan 08 GKY Add NormalizeCmdLine to check program strings on entry 13 13 29 Feb 08 GKY Changes to enable user settable command line length 14 15 Oct 08 GKY Fix NormalizeCmdLine to check all 5 execut ible extensions when no extension provided;14 15 Oct 08 GKY Fix NormalizeCmdLine to check all 5 executable extensions when no extension provided; 15 15 use searchapath to check for existance of file types not checked by DosQAppType; 16 16 close DosFind. … … 354 354 } 355 355 } 356 else { // file has a nonstandard extension for execut ible356 else { // file has a nonstandard extension for executable 357 357 pszChar = strrchr(szCmdLine, '.'); 358 358 while (pszChar && *pszChar !=' ') {
Note:
See TracChangeset
for help on using the changeset viewer.