nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 446002bd79b87150c44702d20a3c37df2643fc21
parent a1cf6be43647502aa9ba9e28efaee453c9ce89e6
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue, 17 Apr 2007 04:29:03 +0000

fix changelog entry


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

Diffstat:
MChangeLog | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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>