Changes between Initial Version and Version 2 of Ticket #150
- Timestamp:
- 10/11/10 02:16:52 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #150
- Property Component changed from pyyaml to libyaml
-
Ticket #150 – Description
initial v2 1 1 In libyaml stable branch there appears to be a typo, here is a patch: 2 2 3 {{{ 3 4 --- src/emitter.c (revision 369) 4 5 +++ src/emitter.c (working copy) … … 12 13 length += emitter->anchor_data.anchor_length 13 14 + emitter->tag_data.handle_length 15 }}}
