diff options
Diffstat (limited to 'src/cp.c')
| -rw-r--r-- | src/cp.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,6 +24,7 @@ #include "system.h" #include "argmatch.h" +#include "assure.h" #include "backupfile.h" #include "copy.h" #include "cp-hash.h" @@ -956,7 +957,7 @@ decode_preserve_arg (char const *arg, struct cp_options *x, bool on_off) break; default: - abort (); + affirm (false); } s = comma; } |
