[HarfBuzz] harfbuzz: Branch 'master'
Simon Hausmann
hausmann at kemper.freedesktop.org
Thu Feb 15 01:20:19 PST 2007
src/harfbuzz-gdef.c | 2 ++
1 files changed, 2 insertions(+)
New commits:
diff-tree 234c15566978d09c451de04d6e4a5301a0e6c3fa (from adb66bb826fd010aa9e151907d9bf65b0a0684fa)
Author: Simon Hausmann <shausman at rhea.troll.no>
Date: Thu Feb 15 10:20:14 2007 +0100
Fix uninitialized variable
diff --git a/src/harfbuzz-gdef.c b/src/harfbuzz-gdef.c
index 5a649de..7a30d8b 100644
--- a/src/harfbuzz-gdef.c
+++ b/src/harfbuzz-gdef.c
@@ -1217,6 +1217,8 @@ FT_Error _HB_GDEF_Check_Property( HB_GD
*property != desired_attachment_class )
return HB_Err_Not_Covered;
}
+ } else {
+ *property = 0;
}
return FT_Err_Ok;
More information about the HarfBuzz
mailing list