projects
/
apps
/
core
/
preloaded
/
video-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
986f4fd
)
Minor.
author
Behdad Esfahbod
<behdad@src.gnome.org>
Thu, 11 Oct 2007 07:15:16 +0000
(07:15 +0000)
committer
Behdad Esfahbod
<behdad@src.gnome.org>
Thu, 11 Oct 2007 07:15:16 +0000
(07:15 +0000)
src/harfbuzz-buffer.c
patch
|
blob
|
history
diff --git
a/src/harfbuzz-buffer.c
b/src/harfbuzz-buffer.c
index
ded4ba0
..
10c0867
100644
(file)
--- a/
src/harfbuzz-buffer.c
+++ b/
src/harfbuzz-buffer.c
@@
-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;
}