From: Matt McCutchen Date: Wed, 10 Feb 2010 03:13:28 +0000 (-0500) Subject: Point out that the file_struct in log_delete is zero-initialized because X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/c1c2c8ff6048202e9f682948b86772f98145610c?hp=c1c2c8ff6048202e9f682948b86772f98145610c Point out that the file_struct in log_delete is zero-initialized because it is static. It took me long enough to realize this that I think it is worth documenting. ---