Index: trunk/ippdb/tests/pop.c
===================================================================
--- trunk/ippdb/tests/pop.c	(revision 8228)
+++ trunk/ippdb/tests/pop.c	(revision 8266)
@@ -686,4 +686,5 @@
         char            exp_id[256];
         char            recipe[256];
+        bool            keep;
         bool            accept;
 
@@ -693,5 +694,5 @@
         }
 
-        if (!detResidExpAnalysisPop(dbh, &det_id, &iteration, (char **)&exp_id, (char **)&recipe, &accept)) { 
+        if (!detResidExpAnalysisPop(dbh, &det_id, &iteration, (char **)&exp_id, (char **)&recipe, &keep, &accept)) { 
             exit(EXIT_FAILURE);
         }
