From aeda4bb2ae215a67f862edb36f52f50358258278 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 30 Sep 2009 16:07:42 -0700 Subject: moving boolean classes --- ext/psych/emitter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/psych/emitter.c b/ext/psych/emitter.c index aa68e06..e5290e2 100644 --- a/ext/psych/emitter.c +++ b/ext/psych/emitter.c @@ -187,7 +187,7 @@ static VALUE start_mapping( yaml_mapping_start_event_initialize( &event, (yaml_char_t *)(Qnil == anchor ? NULL : StringValuePtr(anchor)), - (yaml_char_t *)(Qnil == anchor ? NULL : StringValuePtr(tag)), + (yaml_char_t *)(Qnil == tag ? NULL : StringValuePtr(tag)), Qtrue == implicit ? 1 : 0, (yaml_sequence_style_t)NUM2INT(style) ); -- cgit v1.2.3