Fix STATUS_NOTIFY so that it appears in the right window.

The old code was reusing the 'window' variable, which means that it
could pick up the STATUS_NOTIFY format from the wrong window.  You
would only have noticed this if you have windows with different settings
for STATUS_NOTIFY.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@425 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2013-10-29 13:25:10 +00:00
parent e9d180f526
commit 02327eebae
2 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2c01]
* Fix STATUS_NOTIFY so that it appears in the right window. (caf)
* Improve handling of padding in status formats. (caf)
* Use system setenv() in preference to compat bsd_setenv(). (caf)