# HG changeset patch # User John W. Eaton # Date 1455005049 18000 # Node ID 721539013db4f9a09b9589412e935a4bd7d3358f # Parent a83e7a384ee0b9c8cbd8313d798c8e4751016a8a make gl2ps printing work again (bug #47080) * gl2ps-print.cc (gl2ps_print): Pass stream to gl2ps renderer. diff -r a83e7a384ee0 -r 721539013db4 libinterp/corefcn/gl2ps-print.cc --- a/libinterp/corefcn/gl2ps-print.cc Mon Feb 08 17:30:29 2016 -0500 +++ b/libinterp/corefcn/gl2ps-print.cc Tue Feb 09 03:04:09 2016 -0500 @@ -783,7 +783,7 @@ gl2ps_renderer rend (fp, term); - rend.draw (fig, ""); + rend.draw (fig, stream); // Make sure buffered commands are finished!!! rend.finish ();