This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients benjamin.peterson, ronaldoussoren
Date 2008-06-06.14:26:33
SpamBayes Score 0.0327365
Marked as misclassified No
Message-id <1212762394.63.0.296713251244.issue3052@psf.upfronthosting.co.za>
In-reply-to
Content
Is this on OSX 10.4?

I'll fix this tonight or tomorrow (the latter would probably result in a 
commit on sunday morning PST).

The fix will look like this:

#ifdef __LP64__
        FSIORefNum fRefNum;
#else   
        SInt16     fRefNum;
#endif


That is, unless I can find the correct way to detect if the code is 
compiled with the 10.5 SDK or not.
History
Date User Action Args
2008-06-06 14:26:35ronaldoussorensetspambayes_score: 0.0327365 -> 0.0327365
recipients: + ronaldoussoren, benjamin.peterson
2008-06-06 14:26:34ronaldoussorensetspambayes_score: 0.0327365 -> 0.0327365
messageid: <1212762394.63.0.296713251244.issue3052@psf.upfronthosting.co.za>
2008-06-06 14:26:34ronaldoussorenlinkissue3052 messages
2008-06-06 14:26:33ronaldoussorencreate