Changeset 1699 for trunk/dll/pathutil.c


Ignore:
Timestamp:
Nov 7, 2013, 6:24:22 PM (12 years ago)
Author:
Steven Levine
Message:

Update comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/pathutil.c

    r1632 r1699  
    1212  06 Jan 08 GKY Add NormalizeCmdLine to check program strings on entry
    1313  29 Feb 08 GKY Changes to enable user settable command line length
    14   15 Oct 08 GKY Fix NormalizeCmdLine to check all 5 executible extensions when no extension provided;
     14  15 Oct 08 GKY Fix NormalizeCmdLine to check all 5 executable extensions when no extension provided;
    1515                use searchapath to check for existance of file types not checked by DosQAppType;
    1616                close DosFind.
     
    354354      }
    355355    }
    356     else { // file has a nonstandard extension for executible
     356    else { // file has a nonstandard extension for executable
    357357      pszChar = strrchr(szCmdLine, '.');
    358358      while (pszChar && *pszChar !=' ') {
Note: See TracChangeset for help on using the changeset viewer.