Don't output null byte

%Ck6BN5nMnD5izHrm6vhkjOVuFrWbs0DY3HqDsheAlH0=.sha256
main
cel 8 years ago
parent beb573d6ef
commit 0462f4b3f8

@ -34,7 +34,7 @@
#define BOXS_MAXLEN 4096 #define BOXS_MAXLEN 4096
#define write_buf(fd, buf) \ #define write_buf(fd, buf) \
write_all(fd, buf, sizeof(buf)) write_all(fd, buf, sizeof(buf)-1)
struct boxs_header { struct boxs_header {
uint16_t len; uint16_t len;

Loading…
Cancel
Save