Index: trunk/src/sh_registry.c
===================================================================
--- trunk/src/sh_registry.c	(revision 310)
+++ trunk/src/sh_registry.c	(revision 312)
@@ -418,5 +418,6 @@
 unsigned long nVals = 0;
 
-static int CheckThisSubkey (HKEY key, char * subkey, char * path, int isSingle);
+static int CheckThisSubkey (HKEY key, char * subkey, char * path, 
+			    int isSingle, int view);
 
 static time_t convertTime(FILETIME * ft)
@@ -532,5 +533,5 @@
 	       * path, achKey);
 	       */
-	      CheckThisSubkey (hKey, achKey, path, isSingle); 
+	      CheckThisSubkey (hKey, achKey, path, isSingle, 0); 
 	    }
 	}
