changeset 19887:6645488466c7

__opengl_print__.m: Fix typo introduced in 9fc020886ae9. * __opengl_print__.m: Concatenate '|' character with pipeline{n} inside square matrix brackets.
author Rik <rik@octave.org>
date Tue, 24 Feb 2015 17:08:00 -0800
parents e9a0bd0b125c
children 0a3ca546d7fc
files scripts/plot/util/private/__opengl_print__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/private/__opengl_print__.m	Mon Feb 23 20:43:54 2015 +0000
+++ b/scripts/plot/util/private/__opengl_print__.m	Tue Feb 24 17:08:00 2015 -0800
@@ -168,7 +168,7 @@
       drawnow (gl2ps_device{n}, ['|' pipeline{n}]);
     else
       ## Use OpenGL offscreen rendering with OSMesa
-      __osmesa_print__ (opts.figure, ['|', pipeline{n}), gl2ps_device{n}]);
+      __osmesa_print__ (opts.figure, ['|' pipeline{n}], gl2ps_device{n});
     endif
   endfor