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:
parent
ebd3621941
commit
d0a55b91d5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue