]> git.wh0rd.org Git - nano.git/commitdiff
document a renamed variable
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 14 May 2005 21:19:15 +0000 (21:19 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 14 May 2005 21:19:15 +0000 (21:19 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2506 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 90b524c5bdc19883a15d7ef838ee83405a3db49a..5720dff9a6c4c33584594875d248a66fab23c5cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,8 @@ CVS code -
        - Move the "Refresh" and "Exit" shortcuts to the beginning of
          the help browser shortcut list, for consistency. (DLR)
 - nano.c:
+  copy_filestruct()
+       - Rename variable prev to copy to avoid confusion. (DLR)
   print1opt_full()
        - If desc should be empty, allow it to be NULL instead of
          "", since the latter is not necessarily translated as "".