listxml fix (nw)

This commit is contained in:
Olivier Galibert 2012-02-09 20:11:54 +00:00
parent e4b41f5644
commit e22af46237

View File

@ -1210,6 +1210,7 @@ void info_xml_creator::output_slots()
*/
const slot_interface* intf = slot->get_slot_interfaces();
if (intf)
for (int i = 0; intf[i].name != NULL; i++)
{
fprintf(m_output, "\t\t\t<slotoption");