Changeset 853:cbeae3d2d58a for compose.c

Show
Ignore:
Timestamp:
1999-02-10 13:19:34 (10 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

patch.mutt-0.95.1i.ld.signals.1: A major redesign of how child
processes are invoked. From Liviu.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • compose.c

    r835 r853  
    11671167        endwin (); 
    11681168        snprintf (buf, sizeof (buf), "%s -x %s", NONULL(Ispell), msg->content->filename); 
    1169         mutt_system (buf); 
    1170         mutt_update_encoding(msg->content); 
     1169        if (mutt_system (buf) == -1) 
     1170          mutt_error (_("Error running \"%s\"!"), buf); 
     1171        else 
     1172          mutt_update_encoding (msg->content); 
    11711173        break; 
    11721174