diff pidgin/plugins/perl/common/GtkIMHtml.xs @ 24637:7fd6e5a72bf1

disapproval of revision '0538a6873b4fbb3c72cc0b6fc4d8b690d467686d'
author John Bailey <rekkanoryo@rekkanoryo.org>
date Thu, 11 Dec 2008 22:36:29 +0000
parents 08b65145276a
children 34b02adafd9b
line wrap: on
line diff
--- a/pidgin/plugins/perl/common/GtkIMHtml.xs	Thu Dec 11 06:38:23 2008 +0000
+++ b/pidgin/plugins/perl/common/GtkIMHtml.xs	Thu Dec 11 22:36:29 2008 +0000
@@ -171,7 +171,7 @@
 	int i, t_len;
 PPCODE:
 	t_GL = NULL;
-	t_len = av_len((AV *)SvRV(unused)) + 1;
+	t_len = av_len((AV *)SvRV(unused));
 
 	for (i = 0; i < t_len; i++) {
 		STRLEN t_sl;