Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FreeType
FreeType Demo Programs
Commits
c8e4f6d4
Commit
c8e4f6d4
authored
Dec 31, 2021
by
Alexei Podtelezhnikov
Browse files
* src/ftcommon.c (FTDemo_Done): Flush stdout for mintty.
parent
acf418a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ftcommon.c
View file @
c8e4f6d4
...
...
@@ -424,6 +424,8 @@
FT_Done_FreeType
(
handle
->
library
);
free
(
handle
);
fflush
(
stdout
);
/* clean mintty pipes */
}
...
...
Alexei Podtelezhnikov
@apodtele
mentioned in merge request
!15 (closed)
·
Dec 31, 2021
mentioned in merge request
!15 (closed)
mentioned in merge request !15
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment