File 03-x86_64-platform-support.patch of Package flickr-uploadr
=== modified file 'MacUploadr.app/Contents/Resources/components/md5.h' --- MacUploadr.app/Contents/Resources/components/md5.h 2008-06-10 20:16:50 +0000 +++ MacUploadr.app/Contents/Resources/components/md5.h 2008-08-26 13:10:55 +0000 @@ -55,7 +55,7 @@ typedef unsigned short int UINT2; /* UINT4 defines a four byte word */ -typedef unsigned long int UINT4; +typedef unsigned int UINT4; /* PROTO_LIST is defined depending on how PROTOTYPES is defined above. If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it @@ -441,4 +441,4 @@ for (i = 0; i < len; i++) ((char *)output)[i] = (char)value; -} \ No newline at end of file +}