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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user