Changeset 3752 for trunk/console

Show
Ignore:
Timestamp:
06/03/04 14:35:16 (5 years ago)
Author:
emostar
Message:

Compilation fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/console/src/console.cpp

    r3556 r3752  
    18081808  if (u != NULL) 
    18091809  { 
    1810     if (u->SocketDesc() == -1 && 
     1810    if (u->SocketDesc(ICQ_CHNxNONE) == -1 && 
    18111811        (u->Ip() == 0 || u->Port() == 0 || u->StatusOffline())) 
    18121812      bDirect = false;