Array can't be null.

This commit is contained in:
joerg 2014-11-15 02:01:27 +00:00
parent 0bab8dfecf
commit 84c8bd741e

View File

@ -1,4 +1,4 @@
/* $NetBSD: xml.c,v 1.1.1.5 2008/09/02 07:50:51 christos Exp $ */
/* $NetBSD: xml.c,v 1.2 2014/11/15 02:01:27 joerg Exp $ */
/* xml.c -- xml output.
Id: xml.c,v 1.52 2004/12/19 17:02:23 karl Exp
@ -870,7 +870,7 @@ xml_insert_element_with_attribute (elt, arg, format, va_alist)
return;
}
if (!xml_element_list[elt].name || !strlen (xml_element_list[elt].name))
if (!strlen (xml_element_list[elt].name))
{
/*printf ("Warning: Inserting empty element %d\n", elt);*/
return;