Changeset 370
- Timestamp:
- 10/11/10 02:29:07 (20 months ago)
- Files:
-
- 1 modified
-
libyaml/branches/stable/src/emitter.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libyaml/branches/stable/src/emitter.c
r346 r370 1155 1155 1156 1156 case YAML_MAPPING_START_EVENT: 1157 if (!yaml_emitter_check_empty_ sequence(emitter))1157 if (!yaml_emitter_check_empty_mapping(emitter)) 1158 1158 return 0; 1159 1159 length += emitter->anchor_data.anchor_length
