mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-13 02:39:34 +00:00
Changed: Table keys are integers
This commit is contained in:
parent
3e10ebf773
commit
7e5c664125
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||||
|
|
Loading…
Reference in a new issue