Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a56da4a + f8544fe commit 436853bCopy full SHA for 436853b
1 file changed
extern/ttconv/ttutil.cpp
@@ -45,6 +45,7 @@ void TTStreamWriter::printf(const char* format, ...)
45
#else
46
vsnprintf(buffer2, size, format, arg_list);
47
#endif
48
+ this->write(buffer2);
49
free(buffer2);
50
} else {
51
this->write(buffer);
0 commit comments