id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc
150,Typo in emitter.c,spitzak@…,xi,"In libyaml stable branch there appears to be a typo, here is a patch:

{{{
--- src/emitter.c       (revision 369)
+++ src/emitter.c       (working copy)
@@ -1154,7 +1154,7 @@
             break;

         case YAML_MAPPING_START_EVENT:
-            if (!yaml_emitter_check_empty_sequence(emitter))
+            if (!yaml_emitter_check_empty_mapping(emitter))
                 return 0;
             length += emitter->anchor_data.anchor_length
                 + emitter->tag_data.handle_length
}}}",defect,closed,normal,libyaml,normal,invalid,,
