1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-10 06:16:01 +00:00

Fixed a compiler warning related to an unnecessary assert().

This commit is contained in:
Alexander Barton
2003-06-05 10:48:13 +00:00
parent 83765a5a34
commit 9a009b24da
2 changed files with 5 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ ngIRCd CVS-HEAD
- Made Makefile more compatible with "make -j<n>".
- Added support for GNU/Hurd.
- Fixed a compiler warning related to an unnecessary assert().
ngIRCd 0.7.0 (2003-05-01)
- "ServerName" is checked better now: a dot (".") is required.
@@ -452,4 +453,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.203 2003/05/05 00:33:32 alex Exp $
$Id: ChangeLog,v 1.204 2003/06/05 10:48:13 alex Exp $