buf: fix usage of size_t by texierp · Pull Request #188 · librsync/librsync

Conversation

@texierp

This commit removes cppcheck "style" warning.

Fixes:

[src/buf.c:104]: (style) Checking if unsigned variable 'len' is less than zero.

Signed-off-by: Pierre-Jean Texier pjtexier@koncepto.io

This commit removes cppcheck "style" warning.

Fixes:

[src/buf.c:104]: (style) Checking if unsigned variable 'len' is less than zero.

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>

dbaarda

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this. LGTM.

2 participants

@texierp @dbaarda