Skip to content

Commit

Permalink
Fixes less-than-zero comparision of unsigned int
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvossel committed Jul 22, 2013
1 parent c04e887 commit 1462e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ipcclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static void
_benchmark(qb_ipcc_connection_t *conn, int write_size)
{
struct iovec iov[2];
unsigned int res;
ssize_t res;
struct qb_ipc_request_header hdr;
int write_count = 0;
float secs;
Expand Down

0 comments on commit 1462e80

Please sign in to comment.