ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/irc.c
(Generate patch)

Comparing hopm/trunk/src/irc.c (file contents):
Revision 9520 by michael, Sat Jul 11 21:57:12 2020 UTC vs.
Revision 9523 by michael, Sat Jul 11 22:58:11 2020 UTC

# Line 845 | Line 845 | irc_read(void)
845  
846        /* Reset counter. */
847        IRC_RAW_LEN = 0;
848 <      break;
848 >      return;
849      }
850  
851      if (c != '\0')
# Line 859 | Line 859 | irc_read(void)
859  
860      irc_close();
861      IRC_RAW_LEN = 0;
862    return;
862    }
863   }
864  

Diff Legend

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