diff options
| author | Wayne Davison <wayned@samba.org> | 2004-07-26 05:38:02 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2004-07-26 05:38:02 +0000 |
| commit | 3cb22c204c8f0383f187fc0b41a94b16844a2838 (patch) | |
| tree | 2703535dad9b7b4c4cea7bd2174a93f10519d588 /backup.c | |
| parent | 7432ccf4ed584b18d0cbed100901249b23819c6f (diff) | |
| download | android_external_rsync-3cb22c204c8f0383f187fc0b41a94b16844a2838.tar.gz android_external_rsync-3cb22c204c8f0383f187fc0b41a94b16844a2838.tar.bz2 android_external_rsync-3cb22c204c8f0383f187fc0b41a94b16844a2838.zip | |
Made a comment better.
Diffstat (limited to 'backup.c')
| -rw-r--r-- | backup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -237,7 +237,7 @@ static int keep_backup(char *fname) full_fname(fname), backup_dir_buf); } else if (st.st_nlink > 1) { /* If someone has hard-linked the file into the backup - * dir, rename() can return success but do nothing! */ + * dir, rename() might return success but do nothing! */ robust_unlink(fname); /* Just in case... */ } } |
