Changed: Table keys are integers

This commit is contained in:
kervala 2016-01-11 11:43:59 +01:00
parent 3e10ebf773
commit 7e5c664125

View file

@ -5177,7 +5177,7 @@ namespace NLGUI
{ {
if (!it.nextKey().isInteger()) 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; continue;
} }
if (!it.nextValue().isString()) if (!it.nextValue().isString())