You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iiod-client: errors are negative, so print them that way
printf("zu") is for unsigned size_t, not ssize_t (which is signed)
Since all error codes are negative - the current code prints out
a unsigned version, which is wrong.
This fixes that.
Signed-off-by: Robin Getz <[email protected]>
0 commit comments