Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
network: Fix warning about signed/unsigned comparison
Silence a warning about signed/unsigned comparison. We want a unsigned comparison here, since we already checked that (len) was positive or zero. Signed-off-by: Paul Cercueil <[email protected]>
- Loading branch information