To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58332





------- Additional comments from [EMAIL PROTECTED] Wed Nov 30 13:21:04 -0800 
2005 -------
Hi,

so the correct fix is to 

-        int operator () ( const PyRef &r) const { return (int) r.get(); }
+        long operator () ( const PyRef &r) const { return (long) r.get(); }

, this should work, but haven't yet compiled or tested it, I'll check this and 
I'll keep you informed.

When this works, is there 64bit cws, where this could be commited to ?

Bye,

Joerg

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to