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

Comparing ircd-hybrid/trunk/src/watch.c (file contents):
Revision 8385 by michael, Fri Mar 16 20:09:55 2018 UTC vs.
Revision 8512 by michael, Fri Apr 6 19:28:05 2018 UTC

# Line 102 | Line 102 | watch_find_hash(const char *name)
102    {
103      struct Watch *watch = node->data;
104  
105 <    if (!irccmp(watch->name, name))
105 >    if (irccmp(watch->name, name) == 0)
106        return watch;
107    }
108  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)