Changeset 6341

Show
Ignore:
Timestamp:
06/19/08 00:00:44 (6 months ago)
Author:
flynd
Message:

Highest system group is one lower than number of system groups.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/src/user.cpp

    r6340 r6341  
    878878  // Is it a valid system group? 
    879879  if (gtype == GROUPS_SYSTEM) 
    880     return (groupId <= NUM_GROUPS_SYSTEM_ALL); 
     880    return (groupId < NUM_GROUPS_SYSTEM_ALL); 
    881881 
    882882  // Is it an invalid group type?