Started converting the make check target to aegis style tests
[pspp-builds.git] / src / ascii.c
index c6f48f00254584f59eaab6187cc09d7ab13966bc..f6b39238ccb413181e7b9fb20eabb575537a1db7 100644 (file)
@@ -1580,7 +1580,8 @@ ascii_close_page (struct outp_driver *this)
       cp += nl_len;
     }
   memcpy (cp, ls_value (&x->ops[OPS_FORMFEED]), ff_len);
-  output_string (this, s, &s[total_len]);
+  if ( x->paginate ) 
+         output_string (this, s, &s[total_len]);
   if (line_p != line_buf && !commit_line_buf (this))
     return 0;