Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 26563 Details for
Bug 43260
AbiWord does not build on amd64, patches included
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch 3
abi3.diff (text/plain), 1.25 KB, created by
Adam Polkosnik
on 2004-02-29 00:52:00 UTC
(
hide
)
Description:
patch 3
Filename:
MIME Type:
Creator:
Adam Polkosnik
Created:
2004-02-29 00:52:00 UTC
Size:
1.25 KB
patch
obsolete
>--- /var/tmp/portage/abiword-2.0.3-r1/work/abiword-2.0.3/abi/src/wp/impexp/xp/ie_exp_HTML.cpp 2004-01-12 03:31:23.000000000 -0500 >+++ /tmp/abi/src/wp/impexp/xp/ie_exp_HTML.cpp 2004-02-29 03:04:23.000000000 -0500 >@@ -777,7 +777,7 @@ > void * vptr = 0; > m_tagStack.pop (&vptr); > >- if (reinterpret_cast<UT_uint32>(vptr) == tagID) return; >+ if (reinterpret_cast<unsigned long>(vptr) == tagID) return; > > UT_DEBUGMSG(("WARNING: possible tag mis-match in XHTML output!\n")); > } >@@ -821,7 +821,7 @@ > UT_uint32 s_HTML_Listener::tagTop () > { > void * vptr = 0; >- if (m_tagStack.viewTop (&vptr)) return reinterpret_cast<UT_uint32>(vptr); >+ if (m_tagStack.viewTop (&vptr)) return reinterpret_cast<unsigned long>(vptr); > return 0; > } > >@@ -1899,7 +1899,7 @@ > { > void * vptr = 0; > m_utsListType.viewTop (&vptr); >- return static_cast<UT_uint16>(reinterpret_cast<UT_uint32>(vptr)); >+ return static_cast<UT_uint16>(reinterpret_cast<unsigned long>(vptr)); > } > > void s_HTML_Listener::listPush (UT_uint16 type, const char * ClassName) >@@ -1938,7 +1938,7 @@ > > void * vptr = 0; > m_utsListType.pop (&vptr); >- UT_uint16 type = static_cast<UT_uint16>(reinterpret_cast<UT_uint32>(vptr)); >+ UT_uint16 type = static_cast<UT_uint16>(reinterpret_cast<unsigned long>(vptr)); > > UT_uint32 tagID; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 43260
:
26561
|
26562
| 26563 |
26564
|
26565
|
27476