X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/93e28fbd992a3e54e71e1c619309727fb71756d8..97b7bff4d654d9fc679b823d5550ccd9b8a312ad:/backup.c diff --git a/backup.c b/backup.c index 7d288858..84715db8 100644 --- a/backup.c +++ b/backup.c @@ -149,7 +149,7 @@ static int make_bak_dir(char *fullpath) } return 0; -failure: + failure: while (p != end) { *p = '/'; p += strlen(p);