diff plugins/perl/perl.c @ 6678:eb95f31fa4eb

[gaim-migrate @ 7203] The perl plugin should now work with perl v5.6.0. This is not tested yet, but it compiles and should work now. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 01 Sep 2003 22:16:10 +0000
parents 452c62a92963
children 4396d1088273
line wrap: on
line diff
--- a/plugins/perl/perl.c	Mon Sep 01 20:34:53 2003 +0000
+++ b/plugins/perl/perl.c	Mon Sep 01 22:16:10 2003 +0000
@@ -276,7 +276,7 @@
 			GaimPluginInfo *info;
 			GaimPerlScript *gps;
 			char *basename;
-			int len;
+			STRLEN len;
 
 			gaim_debug(GAIM_DEBUG_INFO, "perl", "Found plugin info\n");
 
@@ -370,7 +370,7 @@
 		SPAGAIN;
 
 		if (SvTRUE(ERRSV)) {
-			int len;
+			STRLEN len;
 
 			gaim_debug(GAIM_DEBUG_ERROR, "perl",
 					   "Perl function %s exited abnormally: %s\n",
@@ -429,7 +429,7 @@
 		SPAGAIN;
 
 		if (SvTRUE(ERRSV)) {
-			int len;
+			STRLEN len;
 
 			gaim_debug(GAIM_DEBUG_ERROR, "perl",
 					   "Perl function %s exited abnormally: %s\n",