# HG changeset patch # User Eric Warmenhoven # Date 976629293 0 # Node ID 1881b8c1235000a4136b7e8d8afb3a00a219198a # Parent 0daea098b438dd26f8b7bf82d5bf724cbf349574 [gaim-migrate @ 1251] hm committer: Tailor Script diff -r 0daea098b438 -r 1881b8c12350 src/perl.c --- a/src/perl.c Tue Dec 12 13:49:06 2000 +0000 +++ b/src/perl.c Tue Dec 12 13:54:53 2000 +0000 @@ -642,7 +642,7 @@ if (!last_dir) { temp = gaim_user_dir(); - buf = g_strconcat(temp, G_DIR_SEPARATOR_S); + buf = g_strconcat(temp, G_DIR_SEPARATOR_S, NULL); g_free(temp); } else { buf = g_strconcat(last_dir, G_DIR_SEPARATOR_S, NULL);