https://bugs.gpodder.org/show_bug.cgi?id=1034

           Summary: crash at startup on OSX Snow Leopard in gpodderosx.py
           Product: gPodder
           Version: 2.6
          Platform: PC
        OS/Version: Mac OS X
            Status: UNCONFIRMED
          Severity: feature request
          Priority: low
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=498)
 --> (https://bugs.gpodder.org/attachment.cgi?id=498)
patch agains master

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.
Attached is a patch correcting this.

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to