From: Wayne Davison Date: Wed, 11 Aug 2004 23:41:06 +0000 (+0000) Subject: - Call sanitize_path() with updated args. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/1d6b8f9ad296f06505b06a941df5cbe38c540e72?hp=1d6b8f9ad296f06505b06a941df5cbe38c540e72 - Call sanitize_path() with updated args. - Added count_dir_elements() function. - Changed the args for sanitize_path() so that the caller can request the value for the rootdir and so that the caller tells us the current subdir depth instead of sending us a string that we have to figure it out from. - Make sure that sanitize_path() doesn't mis-parse multiple adjacent slashes. ---