opensourcerouting / c-capnproto

C library/compiler for the Cap'n Proto serialization/RPC protocol
MIT License
118 stars 40 forks source link

capn_size() return value should be int64_t #48

Open detly opened 3 years ago

detly commented 3 years ago

Per #47 - the expression headersz + datasz could conceivably require int64_t.