projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18f4c4a
)
missing variable initialization for glyph_names for FT2
author
Tony Cook
<tony@develop-help.com>
Fri, 1 Mar 2013 12:07:06 +0000
(23:07 +1100)
committer
Tony Cook
<tony@develop-help.com>
Fri, 1 Mar 2013 12:07:06 +0000
(23:07 +1100)
FT2/FT2.xs
patch
|
blob
|
blame
|
history
diff --git
a/FT2/FT2.xs
b/FT2/FT2.xs
index c4f2c3b6904b03f8635e5e003e557f2129b1aebd..5ecdcd0583d5a6ce35efbc3a62888e641ea6b93d 100644
(file)
--- a/
FT2/FT2.xs
+++ b/
FT2/FT2.xs
@@
-281,7
+281,7
@@
i_ft2_glyph_name(handle, text_sv, utf8 = 0, reliable_only = 1)
STRLEN work_len;
size_t len;
char name[255];
- SSize_t count;
+ SSize_t count
= 0
;
PPCODE:
i_clear_error();
text = SvPV(text_sv, work_len);