X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fcontrol%2Floop.c;h=ea020a250dd3b8fbca1702b2ff598f8c85718142;hb=9b94efd7513afdb12a6023024e00e50801532fee;hp=20cf69e5d9ce2abbeb14daa126909a57efb2eb32;hpb=d56946881b61c6eed503c7266840ea307bddafdd;p=pspp-builds.git diff --git a/src/language/control/loop.c b/src/language/control/loop.c index 20cf69e5..ea020a25 100644 --- a/src/language/control/loop.c +++ b/src/language/control/loop.c @@ -180,7 +180,7 @@ close_loop (void *loop_) && loop->index_var == NULL && loop->loop_condition == NULL && loop->end_loop_condition == NULL) - loop->max_pass_count = get_mxloops (); + loop->max_pass_count = settings_get_mxloops (); } /* Parses an IF clause for LOOP or END LOOP and stores the