changeset 1241:1881b8c12350

[gaim-migrate @ 1251] hm committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 12 Dec 2000 13:54:53 +0000
parents 0daea098b438
children 8cb5c1000ea9
files src/perl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);