mtasa-blue icon indicating copy to clipboard operation
mtasa-blue copied to clipboard

Fix small overhead in argument parser for strings

Open TheNormalnij opened this issue 1 year ago • 1 comments

lua_strlen looks unnecessary.

lua_tolstring returns string length in third argument. lua_tostring is macro lua_tolstring(L, (i), NULL)

TheNormalnij avatar Jan 16 '24 22:01 TheNormalnij

fixed

TheNormalnij avatar Mar 25 '24 17:03 TheNormalnij

Reviewed by 3 people, and all code reviews were addressed; ready to merge

Dutchman101 avatar Jun 16 '24 12:06 Dutchman101