- Timestamp:
- Mar 2, 2011, 11:16:55 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/Changelog
r310 r312 1 2.8.3: 2 * fix Windows/Cygwin compile error (reported by A. Schmidt) 3 1 4 2.8.2: 2 5 * add function to skip checksumming -
trunk/src/sh_registry.c
r295 r312 418 418 unsigned long nVals = 0; 419 419 420 static int CheckThisSubkey (HKEY key, char * subkey, char * path, int isSingle); 420 static int CheckThisSubkey (HKEY key, char * subkey, char * path, 421 int isSingle, int view); 421 422 422 423 static time_t convertTime(FILETIME * ft) … … 532 533 * path, achKey); 533 534 */ 534 CheckThisSubkey (hKey, achKey, path, isSingle );535 CheckThisSubkey (hKey, achKey, path, isSingle, 0); 535 536 } 536 537 }
Note:
See TracChangeset
for help on using the changeset viewer.