octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave + ZLIB + Win32


From: Paul Kienzle
Subject: Re: Octave + ZLIB + Win32
Date: Sat, 9 Dec 2006 06:56:58 -0500


On Dec 8, 2006, at 5:25 AM, address@hidden wrote:

When saving in compressed text form, the gzFile stream is opened without the 'b' suffix (mode does not contain std::ios::binary). I proposed the following
 patch, which forces binary mode on compressed streams under Win32
 except Cygwin.

The 'b' should always be used when opening compressed streams. Systems that
don't distinguish will still accept the 'b' mode.

- Paul



reply via email to

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