Search:
Login
Help/Guide
About Trac
Register
Forgot your password?
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
5358:c4212a17fad6
for
compose.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
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
compose.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
compose.c
r5229
r5358
1208
1208
msg->content = mutt_make_multipart (msg->content);
1209
1209
1210
if (mutt_write_fcc (
NONULL (fname)
, msg, NULL, 1, NULL) < 0)
1210
if (mutt_write_fcc (
fname
, msg, NULL, 1, NULL) < 0)
1211
1211
msg->content = mutt_remove_multipart (msg->content);
1212
1212
else
Download in other formats:
Unified Diff
Zip Archive