summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'bindings')
-rw-r--r--bindings/perl/glist_handling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/perl/glist_handling.c b/bindings/perl/glist_handling.c
index 5ce1aea9..3a044d19 100644
--- a/bindings/perl/glist_handling.c
+++ b/bindings/perl/glist_handling.c
@@ -68,7 +68,7 @@ xmlnode_to_pv(xmlNode *node, gboolean do_free)
static xmlNode *
pv_to_xmlnode(SV *value) {
- unsigned int size;
+ STRLEN size;
char *string;
if (! SvPOK(value))