mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
284 B
C++
11 lines
284 B
C++
--- 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;
|
|
}
|
|
|