diff src/pan-util.c @ 702:e07895754e65

Drop concat_dir_and_file() and use g_build_filename() instead.
author zas_
date Tue, 20 May 2008 22:09:04 +0000
parents 48c8e49b571c
children a1dcef8cd1ae
line wrap: on
line diff
--- a/src/pan-util.c	Tue May 20 22:00:14 2008 +0000
+++ b/src/pan-util.c	Tue May 20 22:09:04 2008 +0000
@@ -167,7 +167,7 @@
 				{
 				gchar *link_path;
 
-				link_path = concat_dir_and_file(sl, buf);
+				link_path = g_build_filename(sl, buf, NULL);
 				parse_out_relatives(link_path);
 
 				if (strncmp(sl, link_path, l) == 0 &&