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

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

[Octave-bug-tracker] [bug #44186] print command gives incorrect postscri


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #44186] print command gives incorrect postscript file
Date: Mon, 16 Feb 2015 01:53:11 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #46, bug #44186 (project octave):

Checking the output of mingw gcc, it is defined as 1 in the preprocessor
output.

However sometimes gp_fmode_wb etc has been used, and in other places
gp_fmode_binary_suffix is obviously being used, so they have a partial
implementation going for mingw with regards to binary mode.


#ifdef __MINGW32__
const char gp_fmode_binary_suffix[] = "b";
#else
const char gp_fmode_binary_suffix[] = "";
#endif 



should do the trick I hope.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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