nano

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

commit a68e1627dc00886bf06d8d650fa1fc122bdbb6cb
parent fe3d849a75c900184dc751b8205e2d0b5eff2e03
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Wed, 20 Jan 2016 16:17:21 +0000

Adding to the Changelog the remark that Savannah bug #44950 is now fixed.


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

Diffstat:
MChangeLog | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -5,6 +5,7 @@ 2016-01-20 Rishabh Dave <rishabhddave@gmail.com> * src/files.c (verify_path, open_buffer): When opening a new buffer, verify that the containing directory of the given filename exists. + This fixes Savannah bug #44950. * src/files.c (do_lockfile): Remove the existence check on the directory, as this is now covered by verify_path().