diff options
author | Wayne Davison <wayned@samba.org> | 2005-02-01 09:21:28 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2005-02-01 09:21:28 +0000 |
commit | 2b1366635dc416420ed2617260aafe17d259ae0f (patch) | |
tree | 5f155e4fc087c3afd8b5a43aaa1c9b16c02e3726 /log.c | |
parent | 42f23f479d3e5beb8275d5dd8f4bb2f905f54f4d (diff) | |
download | rsync-2b1366635dc416420ed2617260aafe17d259ae0f.tar.gz rsync-2b1366635dc416420ed2617260aafe17d259ae0f.tar.bz2 rsync-2b1366635dc416420ed2617260aafe17d259ae0f.zip |
Refer to the old basedir variable as dir.root.
Diffstat (limited to 'log.c')
-rw-r--r-- | log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -375,7 +375,7 @@ static void log_formatted(enum logcode code, case 'o': n = op; break; case 'f': pathjoin(buf2, sizeof buf2, - file->basedir ? file->basedir : "", + file->dir.root ? file->dir.root : "", f_name(file)); clean_fname(buf2, 0); n = buf2; |