Skip to content
Snippets Groups Projects
Commit 8bea83ed authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy
Browse files

box: fix struct port_tuple.size wrong type in Lua

Original port_tuple in C has 'int size;' field. It was
'size_t size' in Lua. Since sizeof(size_t) usually is
8, and sizeof(int) is 4, this was a really bad typo.
parent 3b4fbdc0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment