mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-08 06:43:13 +00:00
Really fix setmode this time
Thanks to Khaled for spotting it.
This commit is contained in:
parent
7cba8a673b
commit
ceeae30f47
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ output_options_t::get_file_handle (void)
|
|||
fp = fopen (output_file, "wb");
|
||||
else {
|
||||
#ifdef HAVE_SETMODE
|
||||
_setmode (fileno (stdout), _O_BINARY);
|
||||
setmode (fileno (stdout), _O_BINARY);
|
||||
#endif
|
||||
fp = stdout;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue