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
644:8f4a12d75b91
for
color.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
1998-12-16 02:34:45 (
10 years
ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:
Fix a segfault noted by Stephan Hack. (Fix noted by Vikas.)
Files:
1 modified
color.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
color.c
r636
r644
510
510
int i;
511
511
512
strfcpy(buf,
tmp->pattern
, sizeof(buf));
512
strfcpy(buf,
NONULL(tmp->pattern)
, sizeof(buf));
513
513
mutt_check_simple (buf, sizeof (buf), NONULL(SimpleSearch));
514
514
if((tmp->color_pattern = mutt_pattern_comp (buf, M_FULL_MSG, err)) == NULL)
Download in other formats:
Unified Diff
Zip Archive