[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at behdad.org
Thu Jan 31 15:36:00 PST 2013


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/



More information about the HarfBuzz mailing list