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
5418:1e8ca708a52f
for
attach.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2008-06-11 22:45:14 (
5 months
ago)
Author:
Alexey I. Froloff <raorn@…>
Branch:
HEAD
Message:
Do not attempt to close invalid descriptors. Closes
#3075
Files:
1 modified
attach.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
attach.c
r5015
r5418
562
562
option (OPTWAITKEY))) && !use_pager)
563
563
mutt_any_key_to_continue (NULL);
564
565
close(tempfd);
566
close(pagerfd);
567
564
565
if (tempfd != -1)
566
close (tempfd);
567
if (pagerfd != -1)
568
close (pagerfd);
568
569
}
569
570
else
Download in other formats:
Unified Diff
Zip Archive