Merge remote-tracking branch 'origin/staging' into staging

pull/319/head
Jeff Becker 5 years ago
commit a23a61717b
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -75,7 +75,7 @@ bencode_write_bytestring(llarp_buffer_t* buff, const void* data, size_t sz)
bool bool
bencode_write_uint64(llarp_buffer_t* buff, uint64_t i) bencode_write_uint64(llarp_buffer_t* buff, uint64_t i)
{ {
if(!buff->writef("i%llu", i)) if(!buff->writef("i%lu", i))
{ {
return false; return false;
} }

Loading…
Cancel
Save