提交 de508516 编写于 作者: B Behdad Esfahbod

[util] Print out --debug buffer to stderr

上级 29393884
......@@ -59,7 +59,7 @@ message_func (hb_buffer_t *buffer,
font,
HB_BUFFER_SERIALIZE_FORMAT_TEXT,
HB_BUFFER_SERIALIZE_FLAG_DEFAULT);
printf ("HB: buffer [%s]\n", buf);
fprintf (stderr, "HB: buffer [%s]\n", buf);
return true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册