Skip to content
Snippets Groups Projects
Commit a3fb0b05 authored by rahix's avatar rahix
Browse files

fix(serial): Make length parameter a size_t


Make the length parameter a `size_t` instead of a `intptr_t`.  A signed
value does not make any sense here and just leads to weird behavior if a
negative value is given nonetheless.

See issue #192

Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 12c5501b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment