`*deleting' itemize output misaligned
Matt McCutchen
hashproduct+rsync at gmail.com
Tue Aug 7 19:52:21 GMT 2007
Wayne,
I noticed that rsync's "*deleting" itemize output needs two trailing
spaces now that the other itemize codes are 11 characters wide. See
the patch below.
Matt
-------------
Index: log.c
===================================================================
RCS file: /cvsroot/rsync/log.c,v
retrieving revision 1.179
diff -u -r1.179 log.c
--- log.c 10 Jul 2007 13:55:49 -0000 1.179
+++ log.c 7 Aug 2007 19:50:25 -0000
@@ -612,7 +612,7 @@
break;
case 'i':
if (iflags & ITEM_DELETED) {
- n = "*deleting";
+ n = "*deleting ";
break;
}
n = c = buf2 + MAXPATHLEN - 32;
-------------
More information about the rsync
mailing list