This commit is contained in:
Behdad Esfahbod 2007-10-11 07:15:16 +00:00
parent 986f4fd968
commit 7a5405c826
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}