Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Try replacing this line:

local byteBefore = message_bytes:raw(i-1,1)

With this one:

local byteBefore = message_bytes:get_index(i - 1)