commit | 22025459f900b956b5b2394eea4d823c627ba43a | [log] [tgz] |
---|---|---|
author | Nico Weber <[email protected]> | Mon Dec 15 13:15:20 2014 -0800 |
committer | Russ Cox <[email protected]> | Thu Dec 18 18:56:48 2014 +0000 |
tree | 05ef72a19607131ff93d24ec6164cd75f43a864e | |
parent | 13c759364a8929166f718c1a54d95a1b20bf84e9 [diff] |
fix a -Wsign-compare warning https://code-review.googlesource.com/#/c/1272/ turned on -Wsign-compare, but missed one place where the warning fires. Change-Id: I0739d935b96da093a7151784274fdb7335e7f5cc Reviewed-on: https://code-review.googlesource.com/1550 Reviewed-by: Russ Cox <[email protected]>