Changeset 210 for libyaml/trunk/src/scanner.c
- Timestamp:
- 07/21/06 14:29:00 (7 years ago)
- File:
-
- 1 edited
-
libyaml/trunk/src/scanner.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libyaml/trunk/src/scanner.c
r208 r210 3602 3602 if (!STRING_INIT(parser, whitespaces, INITIAL_STRING_SIZE)) goto error; 3603 3603 3604 start_mark = parser->mark;3604 start_mark = end_mark = parser->mark; 3605 3605 3606 3606 /* Consume the content of the plain scalar. */
Note: See TracChangeset
for help on using the changeset viewer.
