From: Wayne Davison Date: Thu, 5 Jan 2006 02:29:16 +0000 (+0000) Subject: + Changed two buffers to use BIGPATHBUFLEN instead of MAXPATHLEN+512. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/b74b3d538efd157fafa7b8690da23671a37d6e54?hp=b74b3d538efd157fafa7b8690da23671a37d6e54 + 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. ---