From: Wayne Davison Date: Sat, 14 Jan 2006 20:26:28 +0000 (+0000) Subject: - We now filter all rwrite() output when it goes out to the terminal X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/be0602ec3c833735d3d2fd7e8cd1319a7695187b?hp=be0602ec3c833735d3d2fd7e8cd1319a7695187b - We now filter all rwrite() output when it goes out to the terminal to make sure that it contains readable characters. - Got rid of the buf[len] = '\0' in rwrite(). - Call f_name() with revised args (which also replaces f_name_to()). ---