On 13-01-31 06:33 PM, Khaled Hosny wrote: > 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?
Oops. Thanks for the catch! > Regards, > Khaled > -- behdad http://behdad.org/ _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
