mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-05 07:12:30 -04: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