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

Comparing hopm/branches/1.1.x/src/irc.c (file contents):
Revision 6228 by michael, Thu Jul 2 13:10:18 2015 UTC vs.
Revision 6265 by michael, Sun Jul 12 17:03:41 2015 UTC

# Line 719 | Line 719 | irc_parse(void)
719   static void
720   irc_read(void)
721   {
722 <  int len;
722 >  ssize_t len;
723    char c;
724  
725    while ((len = read(IRC_FD, &c, 1)) > 0)

Diff Legend

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