/[mailutils]/mailutils/mh/mh_whatnow.c
ViewVC logotype

Diff of /mailutils/mh/mh_whatnow.c

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

revision 1.3 by gray, Sat Jan 18 21:59:29 2003 UTC revision 1.4 by gray, Wed Jan 22 21:44:15 2003 UTC
# Line 194  display_file (const char *name) Line 194  display_file (const char *name)
194        rc = file_stream_create (&stream, name, MU_STREAM_READ);        rc = file_stream_create (&stream, name, MU_STREAM_READ);
195        if (rc)        if (rc)
196          {          {
197            mh_error ("file_stream_create: %s", mu_errstring (rc));            mh_error ("file_stream_create: %s", mu_strerror (rc));
198            return;            return;
199          }          }
200        rc = stream_open (stream);        rc = stream_open (stream);
201        if (rc)        if (rc)
202          {          {
203            mh_error ("stream_open: %s", mu_errstring (rc));            mh_error ("stream_open: %s", mu_strerror (rc));
204            return;            return;
205          }          }
206                
# Line 426  whom (struct mh_whatnow_env *wh, int arg Line 426  whom (struct mh_whatnow_env *wh, int arg
426                    rc = address_aget_email (addr, i, &buf);                    rc = address_aget_email (addr, i, &buf);
427                    if (rc)                    if (rc)
428                      {                      {
429                        mh_error("address_aget_email: %s", mu_errstring (rc));                        mh_error("address_aget_email: %s", mu_strerror (rc));
430                        continue;                        continue;
431                      }                      }
432                    printf ("  ");                    printf ("  ");

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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