# HG changeset patch # User Sean Egan # Date 1019713287 0 # Node ID 2433056e9dab1825bf4eabb338e6f2a0ae4bc84b # Parent 76d507a8bc5f4c6e94a4a550a9e1945cb701c68b [gaim-migrate @ 3182] Forgot to change it here. committer: Tailor Script diff -r 76d507a8bc5f -r 2433056e9dab src/perl.c --- 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); }