File 02-include-flickr-key.patch of Package flickr-uploadr
=== modified file 'MacUploadr.app/Contents/Resources/components/flKey.cpp' --- MacUploadr.app/Contents/Resources/components/flKey.cpp 2008-06-20 09:45:35 +0000 +++ MacUploadr.app/Contents/Resources/components/flKey.cpp 2008-06-20 10:02:43 +0000 @@ -38,7 +38,7 @@ char * k = "win-key-here"; #endif #ifdef XP_UNIX - char * k = "linux-key-here"; + char * k = "9df6bd6aa7af46adfc0e97eed30beff2"; #endif unsigned int i; unsigned int ii = 32; // API key length @@ -101,22 +101,22 @@ bytes[15] = '-'; #endif #ifdef XP_UNIX - bytes[0] = '-'; - bytes[1] = '-'; - bytes[2] = '-'; - bytes[3] = '-'; - bytes[4] = '-'; - bytes[5] = '-'; - bytes[6] = '-'; - bytes[7] = '-'; - bytes[8] = '-'; - bytes[9] = '-'; - bytes[10] = '-'; - bytes[11] = '-'; - bytes[12] = '-'; - bytes[13] = '-'; - bytes[14] = '-'; - bytes[15] = '-'; + bytes[0] = '8'; + bytes[1] = 'c'; + bytes[2] = '4'; + bytes[3] = '8'; + bytes[4] = '7'; + bytes[5] = 'e'; + bytes[6] = '4'; + bytes[7] = '7'; + bytes[8] = '3'; + bytes[9] = '9'; + bytes[10] = 'c'; + bytes[11] = '8'; + bytes[12] = '0'; + bytes[13] = '6'; + bytes[14] = '2'; + bytes[15] = '3'; #endif // Returning API secret, legacy