projects
/
framework
/
uifw
/
harfbuzz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a4784f
)
Minor
author
Behdad Esfahbod
<behdad@behdad.org>
Thu, 29 Apr 2010 07:11:32 +0000
(
03:11
-0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Thu, 29 Apr 2010 07:11:32 +0000
(
03:11
-0400)
src/hb-ot-tag.c
patch
|
blob
|
history
diff --git
a/src/hb-ot-tag.c
b/src/hb-ot-tag.c
index
9597b7f
..
00c8017
100644
(file)
--- a/
src/hb-ot-tag.c
+++ b/
src/hb-ot-tag.c
@@
-658,5
+658,6
@@
hb_ot_tag_to_language (hb_tag_t tag)
buf[4] = (tag >> 16) & 0xFF;
buf[5] = (tag >> 8) & 0xFF;
buf[6] = tag & 0xFF;
+ buf[7] = '\0';
return hb_language_from_string ((char *) buf);
}