ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/hash.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/src/hash.c (file contents):
Revision 9073 by michael, Tue Jan 1 11:06:50 2019 UTC vs.
Revision 9074 by michael, Sat Oct 5 18:18:22 2019 UTC

# Line 516 | Line 516 | list_one_channel(struct Client *source_p
516  
517    if (dlink_list_length(&chptr->members) < lt->users_min ||
518        dlink_list_length(&chptr->members) > lt->users_max ||
519 <      (chptr->creationtime != 0 &&
520 <       ((unsigned int)chptr->creationtime < lt->created_min ||
521 <        (unsigned int)chptr->creationtime > lt->created_max)) ||
519 >      (chptr->creation_time != 0 &&
520 >       ((unsigned int)chptr->creation_time < lt->created_min ||
521 >        (unsigned int)chptr->creation_time > lt->created_max)) ||
522        (unsigned int)chptr->topic_time < lt->topicts_min ||
523        (chptr->topic_time ? (unsigned int)chptr->topic_time : UINT_MAX) >
524        lt->topicts_max)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines