# HG changeset patch # User Matt Mackall # Date 1392934347 21600 # Node ID c1febc167d87a9f078707db9b8defa8fdf492fe9 # Parent 532b114a6e024100070cbe50290354e00e46ec1e# Parent 5f683209f5b6f012919a7c5e3bb37f8829146652 merge with stable diff -r 532b114a6e02 -r c1febc167d87 mercurial/pathencode.c --- 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);