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
1879:c3650f256082
for
charset.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2000-06-08 02:56:37 (
8 years
ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:
Don't return data on the stack. Noted by "Andrew W. Nosenko"
<awn@…>.
Files:
1 modified
charset.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
charset.c
r1861
r1879
464
464
struct fgetconv_s *fc;
465
465
iconv_t cd = (iconv_t)-1;
466
const char *repls[] = { "\357\277\275", "?", 0 };
466
static
const char *repls[] = { "\357\277\275", "?", 0 };
467
467
468
468
if (from && to)
Download in other formats:
Unified Diff
Zip Archive