1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

raw: fixup for last change

This commit is contained in:
Steffen Vogel 2018-09-25 22:51:07 +02:00
parent ebd3621941
commit d0a55b91d5

View file

@ -192,7 +192,7 @@ int raw_sprint(struct io *io, char *buf, size_t len, size_t *wbytes, struct samp
out: if (wbytes)
*wbytes = o * (bits / 8);
return 1;
return cnt;
}
int raw_sscan(struct io *io, const char *buf, size_t len, size_t *rbytes, struct sample *smps[], unsigned cnt)