Mac OS X: Fix crash on 64-bit Snow Leopard (bug 1034)
commitdf91b4d0598fcd5b502dc8e04aaaf8f15f105334
authorEric Le Lay <elelay@macports.org>
Sun, 30 May 2010 11:29:56 +0000 (30 13:29 +0200)
committerThomas Perl <thp@thpinfo.com>
Sun, 30 May 2010 14:01:13 +0000 (30 16:01 +0200)
tree11abc0ee713f4cf7abbc76a9e4cedf5e32436b3c
parent3301e92e939ba5c2c4d90d722c41b921c636b993
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.
src/gpodder/gpodderosx.py