Changeset 91 for trunk/src/helpers/apps.c
- Timestamp:
- Aug 2, 2001, 10:36:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/apps.c
r78 r91 210 210 { 211 211 PSZ *ppszThis = pEnv->papszVars; 212 PSZ pszThis;212 // PSZ pszThis; 213 213 ULONG ul = 0; 214 214 ULONG ulVarNameLen = 0; … … 233 233 ul++) 234 234 { 235 pszThis = *ppszThis;236 237 235 if (strnicmp(*ppszThis, pszSearch, ulVarNameLen) == 0) 238 236 {
Note:
See TracChangeset
for help on using the changeset viewer.