Skip to content

Commit

Permalink
Limit can be negative, just make both count and limit signed, 2.1 bil…
Browse files Browse the repository at this point in the history
…lion blobs should be enough for everyone
  • Loading branch information
Andy Delcambre committed Mar 5, 2015
1 parent 2c70da0 commit 000d0da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/rugged/rugged.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ struct rugged_cb_payload

struct rugged_treecount_cb_payload
{
unsigned int count;
unsigned int limit;
int count;
int limit;
};

struct rugged_remote_cb_payload
Expand Down

0 comments on commit 000d0da

Please sign in to comment.