Ignore:
Timestamp:
Aug 2, 2001, 10:36:35 PM (24 years ago)
Author:
umoeller
Message:

Misc changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/apps.c

    r78 r91  
    210210        {
    211211            PSZ     *ppszThis = pEnv->papszVars;
    212             PSZ     pszThis;
     212            // PSZ     pszThis;
    213213            ULONG   ul = 0;
    214214            ULONG   ulVarNameLen = 0;
     
    233233                 ul++)
    234234            {
    235                 pszThis = *ppszThis;
    236 
    237235                if (strnicmp(*ppszThis, pszSearch, ulVarNameLen) == 0)
    238236                {
Note: See TracChangeset for help on using the changeset viewer.