[HarfBuzz] harfbuzz: Branch 'master'

Khaled Hosny khaledhosny at eglug.org
Thu Jan 31 15:33:22 PST 2013


On Thu, Jan 31, 2013 at 03:18:35PM -0800, Behdad Esfahbod wrote:
>
> --- a/util/options.cc
> +++ b/util/options.cc
> @@ -414,7 +414,7 @@ font_options_t::get_font (void) const
>        GString *gs = g_string_new (NULL);
>        char buf[BUFSIZ];
>  #ifdef HAVE__SETMODE
> -      _setmode (fileno (stdin), _O_BINARY);
> +      setmode (fileno (stdin), _O_BINARY);
>  #endif

Shouldn’t this be HAVE_SETMODE now?

Regards,
Khaled



More information about the HarfBuzz mailing list