gpodder/src
Eric Le Lay df91b4d059 Mac OS X: Fix crash on 64-bit Snow Leopard (bug 1034)
I incorrectly used "unsigned long" as format to pack a
4 char code to an integer, while I should have used
"unsigned int" because on 64 bits Snow Leopard,
unsigned long is 8 bytes long, and then unpack fails.
2010-05-30 16:01:13 +02:00
..
gpodder Mac OS X: Fix crash on 64-bit Snow Leopard (bug 1034) 2010-05-30 16:01:13 +02:00