]> git.wh0rd.org Git - nano.git/commitdiff
fix changelog entry
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 17 Apr 2007 04:29:03 +0000 (04:29 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 17 Apr 2007 04:29:03 +0000 (04:29 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4073 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 5e4dec03aafd5cf854aac0c05ef8787521a22018..a40c11d2d2489937b2511268bebee4c68a4eee46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
 2007-04-16  David Lawrence Ramsey  <pooka109@gmail.com>
 
-       * files.c (get_real_dir_from_tilde): Fix segfault when dealing
-       with directory names that begin with "~", but that aren't users'
-       home directories. (DLR, found by Justin Fletcher)
+       * files.c (real_dir_from_tilde): Fix segfault when dealing with
+       directory names that begin with "~", but that aren't users' home
+       directories. (DLR, found by Justin Fletcher)
 
 2007-04-11  Mike Frysinger  <vapier@gentoo.org>