Added RERR_VANISHED.
[rsync/rsync.git] / support / rsyncstats
index e5c6355..7e428e9 100755 (executable)
@@ -18,7 +18,7 @@
 # script that comes with wuftpd
 #
 # Andrew Tridgell, October 1998
-# rsync-bugs@samba.anu.edu.au
+# rsync-bugs@samba.org
 #
 # ---------------------------------------------------------------------------
 
@@ -73,6 +73,8 @@ line: while (<LOG>) {
 
    $file = $module . "/" . $file;
 
+   $file =~ s|//|/|mg;
+
    @path = split(/\//, $file);
 
    $pathkey = "";