Mercurial > hg
changeset 20537:c1febc167d87
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 20 Feb 2014 16:12:27 -0600 |
parents | 532b114a6e02 (current diff) 5f683209f5b6 (diff) |
children | fe220013e4db |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);