Hi,
attached patch opens files in "binary" mode for reading and writing. That doesn't matter on unix, but on Windows (and maybe Mac OS) there will be newline conversions that don't belong into binary images.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Patrick
On 1/23/10 8:43 PM, Patrick Georgi wrote:
Hi,
attached patch opens files in "binary" mode for reading and writing. That doesn't matter on unix, but on Windows (and maybe Mac OS) there will be newline conversions that don't belong into binary images.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Acked-by: Stefan Reinauer stepan@coresystems.de
Am 23.01.2010 20:50, schrieb Stefan Reinauer:
On 1/23/10 8:43 PM, Patrick Georgi wrote:
Hi,
attached patch opens files in "binary" mode for reading and writing. That doesn't matter on unix, but on Windows (and maybe Mac OS) there will be newline conversions that don't belong into binary images.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Acked-by: Stefan Reinauer stepan@coresystems.de
Thanks, r882
Patrick