Changeset 6232

Show
Ignore:
Timestamp:
06/05/08 02:13:52 (6 months ago)
Author:
flynd
Message:

Silence warnings from gcc 4.3

Files:
1 modified

Legend:

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

    r6180 r6232  
    528528  case SIGNAL_UPDATExUSER: 
    529529    { 
    530       if (gUserManager.FindOwner(s->Id(), s->PPID()) != NULL && s->SubSignal() == USER_STATUS 
     530      if ((gUserManager.FindOwner(s->Id(), s->PPID()) != NULL && s->SubSignal() == USER_STATUS) 
    531531          || s->SubSignal() == USER_EVENTS) 
    532532        PrintStatus();