Bug in gzip's stdout handling

2003-11-14 Thread Thomas Hammer
e fixed here too. I think you could fix this by setting the mode for the filehandle for stdout to O_BINARY, i.e. something like this: #if defined (_WIN32) setmode(FileHandle, O_BINARY); /* Make sure it is in binary mode. */ #endif It would be nice if you could look into it. Best Rega

RE: Bug in gzip's stdout handling

2003-11-14 Thread Thomas Hammer
> -Original Message- > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] > Sent: 14. november 2003 16:28 > To: Thomas Hammer > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Bug in gzip's stdout handling > Hi Igor. Thanks for responding so promptly :).

RE: Bug in gzip's stdout handling

2003-11-17 Thread Thomas Hammer
> -Original Message- > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] > Sent: 14. november 2003 17:22 > To: Thomas Hammer > Cc: [EMAIL PROTECTED] > Subject: RE: Bug in gzip's stdout handling > <...> Hi Igor, This turned out to be a very long mail, so he