1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-16 00:36:08 +02:00

(canonicalize_file_name): Assume that path_concat never returns NULL.

This commit is contained in:
Jim Meyering
2004-07-04 18:03:07 +00:00
parent 19dc6a7964
commit 6ce20e8caa

View File

@@ -129,9 +129,6 @@ canonicalize_file_name (const char *name)
return NULL;
extra_buf = path_concat (wd, name, NULL);
if (!extra_buf)
xalloc_die ();
name = extra_buf;
free (wd);
}