Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 19
and
Version 20
of
LibYAML
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
07/15/09 07:13:01 (
4 years
ago)
Author:
cblp@…
Comment:
typo
Legend:
Unmodified
Added
Removed
Modified
LibYAML
v19
v20
175
175
size_t length = strlen(input);
176
176
177
yaml_parser_set_
string_input
(&parser, input, length);
177
yaml_parser_set_
input_string
(&parser, input, length);
178
178
179
179
/* Set a file input. */