/[mailutils]/mailutils/comsat/comsat.c
ViewVC logotype

Diff of /mailutils/comsat/comsat.c

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

revision 1.33 by gray, Sat Mar 29 16:59:47 2003 UTC revision 1.34 by gray, Tue Jul 1 15:00:13 2003 UTC
# Line 434  notify_user (const char *user, const cha Line 434  notify_user (const char *user, const cha
434    message_t msg;    message_t msg;
435    stream_t stream = NULL;    stream_t stream = NULL;
436    int status;    int status;
437    size_t size, count, n;    off_t size;
438      size_t count, n;
439    
440    change_user (user);    change_user (user);
441    if ((fp = fopen (device, "w")) == NULL)    if ((fp = fopen (device, "w")) == NULL)
# Line 467  notify_user (const char *user, const cha Line 468  notify_user (const char *user, const cha
468        return;        return;
469      }      }
470    
471    if ((status = stream_size (stream, (off_t *) &size)))    if ((status = stream_size (stream, size)))
472      {      {
473        syslog (LOG_ERR, _("can't get stream size (mailbox %s): %s"),        syslog (LOG_ERR, _("can't get stream size (mailbox %s): %s"),
474                path, mu_strerror (status));                path, mu_strerror (status));

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

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