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
5435:49fe0292b503
for
copy.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2008-07-01 01:10:24 (
5 months
ago)
Author:
rtc@…
Branch:
HEAD
Message:
When deleting attachments, always print newline separating header from body.
Closes
#3085
.
Files:
1 modified
copy.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
copy.c
r5422
r5435
573
573
new_lines = 0;
574
574
else
575
fprintf (fpout, "Lines: %d\n\n", new_lines);
575
fprintf (fpout, "Lines: %d\n", new_lines);
576
577
putc ('\n', fpout);
576
578
if (ferror (fpout) || feof (fpout))
577
579
return -1;
Download in other formats:
Unified Diff
Zip Archive