summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-06-25 21:32:00 -0700
committerWayne Davison <wayne@opencoder.net>2020-06-25 22:30:02 -0700
commitfe2ef556d9ef11e5dd549e19a06a7a924f7ddfa1 (patch)
tree42873e6e59b20b33cd4adbcdba7db86749c896ff
parent11eb67eec9b4d990ae4df680cf7db77dad1b8630 (diff)
downloadrsync-fe2ef556d9ef11e5dd549e19a06a7a924f7ddfa1.tar.gz
A few more tweaks.
-rw-r--r--NEWS.md4
-rw-r--r--flist.c3
2 files changed, 2 insertions, 5 deletions
diff --git a/NEWS.md b/NEWS.md
index 622dc09b..2d81eb66 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -8,7 +8,7 @@ Protocol: 31 (unchanged)
### BUG FIXES:
- - Fix installing rsync-ssl script from an alternate build dir.
+ - Fixed installing rsync-ssl script from an alternate build dir.
- Apple requires the asm function name to begin with an underscore.
@@ -67,7 +67,7 @@ Protocol: 31 (unchanged)
their buggy compiler (since the configure test is apparently not finding
all the compilers that will to crash and burn).
- - Fix an issue in the md2man script when building from an external dir.
+ - Fixed an issue in the md2man script when building from an alternate dir.
- Disable `--atimes` on macOS (it apparently just ignores the atime change).
diff --git a/flist.c b/flist.c
index 6b19776f..f248e29b 100644
--- a/flist.c
+++ b/flist.c
@@ -311,9 +311,6 @@ static void flist_expand(struct file_list *flist, int extra)
}
flist->files = new_ptr;
-
- if (!flist->files)
- out_of_memory("flist_expand");
}
static void flist_done_allocating(struct file_list *flist)