Date:   Thu Jan  5 02:29:16 2006
Author: wayned

Update of /data/cvs/rsync
In directory dp.samba.org:/tmp/cvs-serv19624

Modified Files:
        log.c 
Log Message:
+ Changed two buffers to use BIGPATHBUFLEN instead of MAXPATHLEN+512.
+ Changed a strncpy() call into a (more appropriate) memcpy() call.
+ Made the ellipsis[] string static because some older compilers may
  not like the dynamic initialization of a character string.
+ Expanded some 1-line "case ... break;" statements onto separate
  lines.


Revisions:
log.c           1.120 => 1.121
        http://www.samba.org/cgi-bin/cvsweb/rsync/log.c?r1=1.120&r2=1.121
_______________________________________________
rsync-cvs mailing list
[email protected]
https://lists.samba.org/mailman/listinfo/rsync-cvs

Reply via email to