X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diffcore-order.c;h=aef6da60447b98a05d91513b4aa74e505b0a0d84;hb=8a8c55ea709d26ca397d6588e85579339885f507;hp=0bc2b22f848457a8e6ffafc6a1d9a26be677209f;hpb=90768daaa006516c7ae69ed89d7c2e67243dfac1;p=git.git diff --git a/diffcore-order.c b/diffcore-order.c index 0bc2b22f8..aef6da604 100644 --- a/diffcore-order.c +++ b/diffcore-order.c @@ -30,7 +30,7 @@ static void prepare_order(const char *orderfile) close(fd); if (map == MAP_FAILED) return; - endp = map + st.st_size; + endp = (char *) map + st.st_size; for (pass = 0; pass < 2; pass++) { cnt = 0; cp = map;