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
1087:062cf4cb6ba2
for
browser.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
1999-09-23 14:08:56 (
9 years
ago)
Author:
Thomas Roessler <roessler@…>
Branch:
mutt-1-0-stable
Message:
[stable] Solaris snprintf vs. NULL pointers.
Files:
1 modified
browser.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
browser.c
r1051
r1087
453
453
mutt_pretty_mailbox (path);
454
454
snprintf (title, titlelen, _("Directory [%s], File mask: %s"),
455
path,
Mask.pattern
);
455
path,
NONULL (Mask.pattern)
);
456
456
}
457
457
menu->redraw = REDRAW_FULL;
Download in other formats:
Unified Diff
Zip Archive