aboutsummaryrefslogtreecommitdiff
path: root/archivers/xmill/files/patch-XMill_PPMDI.cpp
blob: 0340d73155f18575599bb1d30085067a665e74a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- XMill/PPMDI.cpp.orig	2016-07-26 12:48:05 UTC
+++ XMill/PPMDI.cpp
@@ -245,7 +245,7 @@ int PPMDI::uncompress(unsigned char *dst
 
 cleanup:
    *outused = j;
-   *inused = inlen - (int)endptr + (int)src;
+   *inused = inlen - (intptr_t)endptr + (intptr_t)src;
    return ret;
 }