[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-diffutils] [PATCH] use binary-io gnulib module instead of xfreopen
From: |
Claudio Bley |
Subject: |
[bug-diffutils] [PATCH] use binary-io gnulib module instead of xfreopen |
Date: |
Mon, 05 Sep 2011 22:23:34 +0200 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.0.50 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
Hi.
Using NULL as filename for xfreopen is non-portable. It simply fails
on MinGW and crashes on MSVC. The following patch uses the binary-io
module instead as recommended by Bruno Haible on the gnulib bugs ML.
Cheers,
Claudio
diffutils_binaryio.diff
Description: Binary data