py-pgproto icon indicating copy to clipboard operation
py-pgproto copied to clipboard

Tiny fix in hton.h

Open sergeyspatar opened this issue 5 years ago • 0 comments

Should the argument x here have type int32_t?

pack_int32(char *buf, int64_t x)

I understand that the current version will produce exactly the same result.

sergeyspatar avatar May 16 '20 08:05 sergeyspatar