Changeset 312


Ignore:
Timestamp:
Mar 2, 2011, 11:16:55 PM (14 years ago)
Author:
katerina
Message:

Fix for ticket #233 (Cygwin compile error).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/Changelog

    r310 r312  
     12.8.3:
     2        * fix Windows/Cygwin compile error (reported by A. Schmidt)
     3
    142.8.2:
    25        * add function to skip checksumming
  • trunk/src/sh_registry.c

    r295 r312  
    418418unsigned long nVals = 0;
    419419
    420 static int CheckThisSubkey (HKEY key, char * subkey, char * path, int isSingle);
     420static int CheckThisSubkey (HKEY key, char * subkey, char * path,
     421                            int isSingle, int view);
    421422
    422423static time_t convertTime(FILETIME * ft)
     
    532533               * path, achKey);
    533534               */
    534               CheckThisSubkey (hKey, achKey, path, isSingle);
     535              CheckThisSubkey (hKey, achKey, path, isSingle, 0);
    535536            }
    536537        }
Note: See TracChangeset for help on using the changeset viewer.