[Kazehakase-cvs] CVS update: kazehakase/src/utils

Back to archive index

Hiroyuki Ikezoe ikezo****@users*****
Wed Dec 6 11:34:53 JST 2006


Index: kazehakase/src/utils/utils.c
diff -u kazehakase/src/utils/utils.c:1.63 kazehakase/src/utils/utils.c:1.64
--- kazehakase/src/utils/utils.c:1.63	Wed Dec  6 09:45:49 2006
+++ kazehakase/src/utils/utils.c	Wed Dec  6 11:34:53 2006
@@ -715,10 +715,10 @@
 	int ret;
 	
 	filename = create_filename_with_path_from_uri(uri);
-	history_filename = g_strconcat(g_get_home_dir(),
-				       HISTORY_DIR,
-				       filename,
-			  	       NULL);
+	history_filename = g_build_filename(g_get_home_dir(),
+					    HISTORY_DIR,
+					    filename,
+					    NULL);
 	
 	ret = g_stat(history_filename, &st);
 	g_free(history_filename);


More information about the Kazehakase-cvs mailing list
Back to archive index