projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3d37ad
)
(do_copy): find_backup_file_name no longer returns NULL, so don't
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 27 Jul 2004 23:14:05 +0000
(23:14 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 27 Jul 2004 23:14:05 +0000
(23:14 +0000)
bother to check for this.
src/cp.c
patch
|
blob
|
history
diff --git
a/src/cp.c
b/src/cp.c
index
9563b14
..
dee2f9a
100644
(file)
--- a/
src/cp.c
+++ b/
src/cp.c
@@
-663,9
+663,6
@@
do_copy (int n_files, char **file, const char *target_directory,
x_tmp = *x;
x_tmp.backup_type = none;
x = &x_tmp;
-
- if (new_dest == NULL)
- xalloc_die ();
}
else
{