c-struct icon indicating copy to clipboard operation
c-struct copied to clipboard

signed variables throw error

Open rahuldeo2047 opened this issue 8 years ago • 1 comments

What it can do: 8, 16, 24, 32, 40 and 48 bit signed and unsigned integers. And Also in TODO to work on signed variables.

/node_modules/c-struct/lib/cstruct.js:83
            res[el] = unpacker[s + byteord](pointer, buf);
                                           ^

TypeError: unpacker[(s + byteord)] is not a function

rahuldeo2047 avatar Jun 04 '17 16:06 rahuldeo2047

float/double appears broken in this way too

Krenair avatar Nov 29 '18 15:11 Krenair