Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101960 Details for
Bug 153239
kde-base/dcoppython-3.5.5 failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix compile
dcop.patch (text/plain), 930 bytes, created by
Jon Hood (RETIRED)
on 2006-11-14 18:04:59 UTC
(
hide
)
Description:
patch to fix compile
Filename:
MIME Type:
Creator:
Jon Hood (RETIRED)
Created:
2006-11-14 18:04:59 UTC
Size:
930 bytes
patch
obsolete
>diff -Naur dcoppython-3.5.5.orig/dcoppython/shell/marshaller.cpp dcoppython-3.5.5/dcoppython/shell/marshaller.cpp >--- dcoppython-3.5.5.orig/dcoppython/shell/marshaller.cpp 2006-11-14 09:32:26.000000000 -0600 >+++ dcoppython-3.5.5/dcoppython/shell/marshaller.cpp 2006-11-14 09:31:02.000000000 -0600 >@@ -125,17 +125,21 @@ > > > ssize_t c=0; >+ int c2=0; > PyObject *key, *val; >- while (PyDict_Next(obj, &c, &key, &val)==1) >+ while (PyDict_Next(obj, &c2, &key, &val)==1) >+ { >+ c=c2; > if (!key_type.isMarshallable(key) || > !value_type.isMarshallable(val)) > return false; >- >+ } > if (str) { > Q_INT32 count = (Q_INT32)PyDict_Size(obj); > (*str) << count; > c=0; >- while (PyDict_Next(obj, &c, &key, &val)==1) { >+ while (PyDict_Next(obj, &c2, &key, &val)==1) { >+ c=c2; > key_type.marshal(key,*str); > value_type.marshal(val,*str); > }
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 153239
: 101960