jakibaki / sys-netcheat

Open-source cheat-engine for the Nintendo Switch.
GNU General Public License v3.0
225 stars 23 forks source link

Typo in LuaHelper #8

Closed ckurtz22 closed 6 years ago

ckurtz22 commented 6 years ago

Was having issues getting getResultsLength to work earlier, then when looking through the source, I noticed on line 264 of luahelper.c there was a typo static int luaGetResultsLenght(lua_State *L) The word length is misspelled which is what was preventing me from using it properly earlier.

jakibaki commented 6 years ago

Oops, thanks! I'll push a fix in a few minutes!