Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 141660 Details for
Bug 203878
net-news/newsbeuter-0.7 incompatible with >=dev-db/sqlite-3.5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
The required patch itself
newsbeuter-0.7-sqlite3.5.diff (text/plain), 310 bytes, created by
Stefan Wimmer
on 2008-01-23 16:26:48 UTC
(
hide
)
Description:
The required patch itself
Filename:
MIME Type:
Creator:
Stefan Wimmer
Created:
2008-01-23 16:26:48 UTC
Size:
310 bytes
patch
obsolete
>Index: cache.cpp >=================================================================== >--- cache.cpp (revision 1094) >+++ cache.cpp (revision 1095) >@@ -656,7 +656,7 @@ > char * query = sqlite3_vmprintf(format, ap); > if (query) { > result = query; >- free(query); >+ sqlite3_free(query); > } > return result; > }
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 203878
:
141658
| 141660