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 X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/be8234cd5991b395ed2d2a20b9e40bbcd021a70d?ds=sidebyside;hp=be8234cd5991b395ed2d2a20b9e40bbcd021a70d 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. ---