Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 436853b

Browse filesBrowse files
authored
Merge pull request #20349 from anntzer/ttp
Fix missing write in TTStreamWriter::printf.
2 parents a56da4a + f8544fe commit 436853b
Copy full SHA for 436853b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎extern/ttconv/ttutil.cpp

Copy file name to clipboardExpand all lines: extern/ttconv/ttutil.cpp
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ void TTStreamWriter::printf(const char* format, ...)
4545
#else
4646
vsnprintf(buffer2, size, format, arg_list);
4747
#endif
48+
this->write(buffer2);
4849
free(buffer2);
4950
} else {
5051
this->write(buffer);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.