X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/93e28fbd992a3e54e71e1c619309727fb71756d8..8938d67ef863ae9d39f37943127b9d16dfa3d5f1:/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);