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
1976:5246d2957a44
for
browser.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2000-07-10 03:34:56 (
8 years
ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:
Fix a bunch of cases where format parameters were missing from calls
to mutt_message and mutt_error.
Files:
1 modified
browser.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
browser.c
r1833
r1976
792
792
case OP_BROWSER_TELL:
793
793
if(state.entrylen)
794
mutt_message(
state.entry[menu->current].name);
794
mutt_message(
"%s",
state.entry[menu->current].name);
795
795
break;
796
796
Download in other formats:
Unified Diff
Zip Archive