mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[wasm] Make debugprint use debug API
This commit is contained in:
parent
bb8a04cbad
commit
65efad6b59
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ static void
|
|||
debugprint (HB_WASM_EXEC_ENV
|
||||
char *the_string)
|
||||
{
|
||||
printf("%s", the_string);
|
||||
DEBUG_MSG (WASM, exec_env, "%s", the_string);
|
||||
}
|
||||
}}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue