inaccurate by the 2006-10-18 change.
+2006-12-30 Jim Meyering <jim@meyering.net>
+
+ * src/copy.c (copy_reg): Rewrite a comment that was rendered
+ inaccurate by the 2006-10-18 change.
+
2006-12-28 Jim Meyering <jim@meyering.net>
When moving "up" the hierarchy, be careful to remove a just-emptied
goto close_src_desc;
}
- /* These semantics are required for cp.
- The if-block will be taken in move_mode. */
+ /* The semantics of the following open calls are mandated
+ by the specs for both cp and mv. */
if (! *new_dst)
{
dest_desc = open (dst_name, O_WRONLY | O_TRUNC | O_BINARY);