Minor.
authorBehdad Esfahbod <behdad@src.gnome.org>
Thu, 11 Oct 2007 07:15:16 +0000 (07:15 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Thu, 11 Oct 2007 07:15:16 +0000 (07:15 +0000)
src/harfbuzz-buffer.c

index ded4ba0..10c0867 100644 (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;
 }