]> git.wh0rd.org Git - nano.git/commitdiff
actually, since copy_file() doesn't allocate ever-increasing space for a
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 19 Apr 2005 22:37:01 +0000 (22:37 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 19 Apr 2005 22:37:01 +0000 (22:37 +0000)
file, it should read the file BUFSIZ bytes at a time; remove erroneous
changelog entry

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2482 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index b30cadec5e072efedaea45390b756773eb37fdef..c6504d7c9c4fa38d8a4fc0c7d71d0bb1fe939836 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,9 +13,6 @@ CVS code -
   get_next_filename()
        - Use an unsigned long instead of an int for the number
          prepended to the filename. (DLR)
-  copy_file()
-       - Copy files in chunks of MAX_BUF_SIZE bytes instead of BUFSIZ
-         bytes. (DLR)
   write_file()
        - Since lineswritten is a size_t, print its value as an unsigned
          long instead of an unsigned int. (DLR)