/[mailutils]/mailutils/mailbox/file_stream.c
ViewVC logotype

Diff of /mailutils/mailbox/file_stream.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by gray, Sat Jan 18 14:58:02 2003 UTC revision 1.33 by gray, Fri Jan 31 14:59:03 2003 UTC
# Line 102  _file_readline (stream_t stream, char *o Line 102  _file_readline (stream_t stream, char *o
102    
103    if (!fs->file)    if (!fs->file)
104      {      {
105          optr[0] = 0;
106        if (nbytes)        if (nbytes)
107          *nbytes = 0;          *nbytes = 0;
108        return 0;        return 0;
# Line 131  _file_readline (stream_t stream, char *o Line 132  _file_readline (stream_t stream, char *o
132          err = errno;          err = errno;
133      }      }
134    
135      optr[n] = 0;
136    if (nbytes)    if (nbytes)
137      *nbytes = n;      *nbytes = n;
138    return err;    return err;

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26