octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #41957] print -P fails, and print when no figu


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #41957] print -P fails, and print when no figure exists crashes
Date: Fri, 28 Mar 2014 14:59:16 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0

Follow-up Comment #7, bug #41957 (project octave):

Yes, I think there was a parens problem, but my latest
version only tests for the device in the gnuplot
list, nothing else. Or, at least that is what I intended,
and what I think is appropriate. Using the pswrite or
ps2write restriction means that many printers cannot be
used.

So, just:
if (! (any (strcmp (arg_st.devopt, gs_device_list)))
  error...
endif

should do it.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41957>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]