Show
Ignore:
Timestamp:
2008-03-09 14:01:24 (9 months ago)
Author:
S?bastien Hinderer <Sebastien.Hinderer@…>
Branch:
HEAD
Message:

Remove pointless NULL checks against arrays.
This silences a warning on newer GCCs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • compose.c

    r5229 r5358  
    12081208           msg->content = mutt_make_multipart (msg->content); 
    12091209 
    1210          if (mutt_write_fcc (NONULL (fname), msg, NULL, 1, NULL) < 0) 
     1210         if (mutt_write_fcc (fname, msg, NULL, 1, NULL) < 0) 
    12111211           msg->content = mutt_remove_multipart (msg->content); 
    12121212         else