mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 22:15:04 +00:00
Minor.
This commit is contained in:
parent
986f4fd968
commit
7a5405c826
1 changed files with 1 additions and 1 deletions
|
@ -116,12 +116,12 @@ hb_buffer_new( HB_Buffer *buffer )
|
|||
(*buffer)->in_pos = 0;
|
||||
(*buffer)->out_pos = 0;
|
||||
|
||||
(*buffer)->separate_out = FALSE;
|
||||
(*buffer)->in_string = NULL;
|
||||
(*buffer)->out_string = NULL;
|
||||
(*buffer)->alt_string = NULL;
|
||||
(*buffer)->positions = NULL;
|
||||
(*buffer)->max_ligID = 0;
|
||||
(*buffer)->separate_out = FALSE;
|
||||
|
||||
return HB_Err_Ok;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue