X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fascii.c;h=29d7b76b2940d76dbc0af108827922785f8e71ce;hb=9b94efd7513afdb12a6023024e00e50801532fee;hp=ad72e8dcff946856924705899e65ec6d7fcc1ef7;hpb=d56946881b61c6eed503c7266840ea307bddafdd;p=pspp-builds.git diff --git a/src/output/ascii.c b/src/output/ascii.c index ad72e8dc..29d7b76b 100644 --- a/src/output/ascii.c +++ b/src/output/ascii.c @@ -238,9 +238,9 @@ update_page_size (struct outp_driver *this, bool issue_error) int margins = x->top_margin + x->bottom_margin + 1 + (x->headers ? 3 : 0); if (x->auto_width) - this->width = get_viewwidth (); + this->width = settings_get_viewwidth (); if (x->auto_length) - x->page_length = get_viewlength (); + x->page_length = settings_get_viewlength (); this->length = x->page_length - margins;