Skip to content

Conversation

cedroyer
Copy link

For Lua 5.2 and 5.3 compatibility, change all dangerous:

table.insert(table,pos,value)

to

table[pos] = value

…sert(table,pos,value) to table[pos] = value
@cedroyer cedroyer changed the title possible correction of Issue #43 Correction of Issue #43 Dec 29, 2015
@NotAFile
Copy link

I would greatly appreciate a merge of this, is anyone still around and active that could merge this?

@soroshsabz
Copy link

ITNOA

@nrk Did you have any plan to merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants