The /cd command now handles getcwd() failing (eg if the current directory

has been removed).


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@85 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2010-05-02 08:18:29 +00:00
parent 38cd097631
commit 1a0e5ec166
2 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2c01]
* Handle error return from getcwd() in /cd (caf).
* Fix alloca warnings on freebsd. (caf)
* Fix memory leak in banlist.c. (caf)