Skip to content

Correction of Issue #43 #47

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Correction of Issue #43 #47

wants to merge 1 commit into from

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?

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

Successfully merging this pull request may close these issues.

3 participants