changeset 3166:2433056e9dab

[gaim-migrate @ 3182] Forgot to change it here. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 25 Apr 2002 05:41:27 +0000
parents 76d507a8bc5f
children dab4da8ca29a
files src/perl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/perl.c	Wed Apr 24 04:47:04 2002 +0000
+++ b/src/perl.c	Thu Apr 25 05:41:27 2002 +0000
@@ -717,7 +717,7 @@
 		char *t3, *t4;
 		t3 = g_strdup(escape_quotes(arg3));
 		t4 = arg4 ? g_strdup(escape_quotes(arg4)) : g_malloc0(1);
-		buf = g_strdup_printf("'%lu','%d','%s','%s'", (unsigned long)arg1, (int)arg2, t3, t4);
+		buf = g_strdup_printf("'%lu','%d','%s','%s'", (unsigned long)arg1, (int)arg2, *t3, *t4);
 		g_free(t3);
 		g_free(t4);
 		}