]> git.wh0rd.org Git - nano.git/commit
in do_browse_from(), during the operating directory check, if path isn't
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 5 Jul 2006 03:38:49 +0000 (03:38 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 5 Jul 2006 03:38:49 +0000 (03:38 +0000)
commita7bdd2e9c683c07507fcef336ca05e63243aa837
tree5b823227a6b90e606378505e65277c2208dbaf60
parent4953e49d92fadd0de23d6e7a49ae122bff3cd0d1
in do_browse_from(), during the operating directory check, if path isn't
NULL, don't bother freeing it before mallocstrcpy()ing operating_dir
into it, as the latter operation will free it

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3746 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/browser.c