A few more tweaks.
authorWayne Davison <wayne@opencoder.net>
Fri, 26 Jun 2020 04:32:00 +0000 (21:32 -0700)
committerWayne Davison <wayne@opencoder.net>
Fri, 26 Jun 2020 05:30:02 +0000 (22:30 -0700)
NEWS.md
flist.c

diff --git a/NEWS.md b/NEWS.md
index 622dc09b777fa2e398a13526feb63d6770b07394..2d81eb66d8e8d818b92adf2d88de00ba0b4f23eb 100644 (file)
--- 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 6b19776fa25e949b3f1fc5b15c97a9fa83f1eb7a..f248e29b7339370ea26ae32ecf3e34a881959928 100644 (file)
--- 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)