projects
/
platform
/
upstream
/
libHarfBuzzSharp.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 9597b7ffce3338ac09f330673a8162b71a204e5f..00c8017353d06cf250dfd0e8dc52b8e4dffea329 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);
}