Changed: Table keys are integers

--HG--
branch : develop
This commit is contained in:
kervala 2016-01-11 11:43:59 +01:00
parent 839928a57a
commit 59c06630cd

View file

@ -5177,7 +5177,7 @@ namespace NLGUI
{
if (!it.nextKey().isInteger())
{
nlwarning("%s : bad key encountered with type %s, number expected.", funcName, it.nextKey().getTypename());
nlwarning("%s : bad key encountered with type %s, integer expected.", funcName, it.nextKey().getTypename());
continue;
}
if (!it.nextValue().isString())