Implemented the SHOW command and massaged the SET command to fit
[pspp-builds.git] / src / loop.c
index b0c836bcc784fe832c19bc35306d3158fec258d2..7a31234c4f681629c7f9baf37abafc9618a9c9d1 100644 (file)
@@ -418,7 +418,7 @@ loop_2_trns_proc (struct trns_header * trns, struct ccase * c,
   if (two->flags == 0)
     {
       two->pass++;
-      if (two->pass > set_mxloops)
+      if (two->pass > get_mxloops() )
          return two->loop_term;
     }