From: Wayne Davison Date: Fri, 26 Jun 2020 04:32:00 +0000 (-0700) Subject: A few more tweaks. X-Git-Tag: v3.2.2pre1~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe2ef556d9ef11e5dd549e19a06a7a924f7ddfa1;p=thirdparty%2Frsync.git A few more tweaks. --- 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)