freebsd-ports/archivers/xmill/files/patch-XMill_CompressMan.cpp
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
417 B
C++

--- XMill/CompressMan.cpp.orig 2016-07-26 12:48:05 UTC
+++ XMill/CompressMan.cpp
@@ -423,7 +423,7 @@ void BothCompressMan::DebugPrint()
UserCompressorFactory *compressor=compressorlist;
while(compressor!=NULL)
{
- printf("%lu =>",(unsigned int)compressor);
+ printf("%lu =>",(unsigned)(intptr_t)compressor);
printf("%s\n",compressor->GetName());
compressor=compressor->next;
}