+Sun May 14 14:03:56 2006 Ben Pfaff <blp@gnu.org>
+
+ * output.c (outp_eject_page): Always make sure that a page is open
+ upon return.
+
Sun May 14 13:54:58 2006 Ben Pfaff <blp@gnu.org>
* postscript.c: (ps_chart_finalise) Fix format of %%EndDocument
}
}
-/* Ejects the paper on device D, if a page is open and is not
- blank. */
+/* Ejects the page on device D, if a page is open and non-blank,
+ and opens a new page. */
void
outp_eject_page (struct outp_driver *d)
{
if (d->page_open && d->cp_y != 0)
- {
- outp_close_page (d);
- outp_open_page (d);
- }
+ outp_close_page (d);
+ outp_open_page (d);
}
/* Returns the width of string S, in device units, when output on