To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89217
                 Issue #|89217
                 Summary|AMD64 pointer cast in dbgoutsw.cxx
               Component|Word processor
                 Version|OOo 3.0 Beta
                Platform|Opteron/x86_64
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mru
             Reported by|iammisc





------- Additional comments from [EMAIL PROTECTED] Fri May  9 05:13:07 +0000 
2008 -------
Line 294 of dbgoutsw.cxx in sw/source/core/doc/ casts a pointer to a 32 bit
integer. Obviously on amd64 this won't work because integers are 64-bits wide.
This causes a compilation error on my computer. I'm guessing it can be fixed by
casting it instead to a sal_uInt64.

---------------------------------------------------------------------
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