author | Matt Mackall <mpm@selenic.com> |
Thu, 20 Feb 2014 16:12:27 -0600 | |
changeset 20537 | c1febc167d87 |
parent 20536 | 532b114a6e02 (current diff) |
parent 20535 | 5f683209f5b6 (diff) |
child 20538 | fe220013e4db |
--- a/mercurial/pathencode.c Wed Feb 05 15:23:11 2014 -0800 +++ b/mercurial/pathencode.c Thu Feb 20 16:12:27 2014 -0600 @@ -530,7 +530,7 @@ static const uint32_t twobytes[8]; static const uint32_t onebyte[8] = { - ~0, 0xffff3ffe, ~0, ~0, ~0, ~0, ~0, ~0, + ~0U, 0xffff3ffe, ~0U, ~0U, ~0U, ~0U, ~0U, ~0U, }; return _encode(twobytes, onebyte, dest, 0, destsize, src, len, 0);