changeset 7240:d3a7ff6a91bb

[gaim-migrate @ 7815] Let's try this instead. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 12 Oct 2003 05:59:05 +0000
parents 3875b924d622
children 04e80607aff2
files plugins/perl/perl-common.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/perl/perl-common.c	Sun Oct 12 05:25:41 2003 +0000
+++ b/plugins/perl/perl-common.c	Sun Oct 12 05:59:05 2003 +0000
@@ -545,7 +545,7 @@
 				if ((*copy_arg = (void *)va_arg(*args, char *)) == NULL)
 					return &PL_sv_undef;
 
-				return newSVGChar(*(char *)*copy_arg);
+				return newSVGChar((char *)*copy_arg);
 
 			case GAIM_TYPE_POINTER:
 				if ((*copy_arg = (void *)va_arg(*args, void *)) == NULL)