fix on Roger's new server

This commit is contained in:
Asad M. Zaman 2005-07-11 21:31:28 +00:00
parent 7dbad1b10c
commit 1e0716a20b
2 changed files with 546 additions and 545 deletions

View File

@ -143,7 +143,7 @@ get_datagram_iterator(DatagramIterator &di) {
////////////////////////////////////////////////////////////////////
INLINE CHANNEL_TYPE CConnectionRepository::
get_msg_channel(int offset) const {
nassertr(offset < (int)_msg_channels.size(),0);
nassertr(offset < (int)_msg_channels.size(),0);
return _msg_channels[offset];
}

File diff suppressed because it is too large Load Diff