msxml3: Mirror the NULL checking logic (Coverity).
This commit is contained in:
parent
221fd39937
commit
6e25c34f2f
|
@ -1202,7 +1202,7 @@ static void mxwriter_write_starttag(mxwriter *writer, const WCHAR *qname, int le
|
|||
write_node_indent(writer);
|
||||
|
||||
write_output_buffer(writer->buffer, ltW, 1);
|
||||
write_output_buffer(writer->buffer, qname, len);
|
||||
write_output_buffer(writer->buffer, qname ? qname : emptyW, qname ? len : 0);
|
||||
writer_inc_indent(writer);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue