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
1820:3a4e277395de
for
charset.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2000-05-18 03:18:08 (
9 years
ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:
Catch a segmentation fault in mutt_convert_string ().
Files:
1 modified
charset.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
charset.c
r1716
r1820
388
388
const char *repls[] = { "\357\277\275", "?", 0 };
389
389
390
if (!s || !*s)
391
return 0;
392
390
393
if (to && from && (cd = mutt_iconv_open (to, from)) != (iconv_t)-1)
391
394
{
Download in other formats:
Unified Diff
Zip Archive