bug-gnu-utils
[Top][All Lists]
Advanced

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

[gettext] Re: Gettext with Cygwin


From: Bruno Haible
Subject: [gettext] Re: Gettext with Cygwin
Date: Mon, 30 Apr 2001 18:09:54 +0200 (CEST)

Steven van Dijk wrote on 1999-05-24:

> When compiling under Cygwin, the
> line in loadmsgcat.c that reads
>
>   /* Try to open the addressed file.  */
>   fd = open (domain_file->filename, O_RDONLY);
>
> should be changed to:
>
>   /* Try to open the addressed file.  */
>   fd = open (domain_file->filename, O_RDONLY | O_BINARY);

gettext-0.10.37 now uses O_BINARY.

Bruno



reply via email to

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