Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 795598 Details for
Bug 862195
dev-cpp/clucene: fails to build with libcxx
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Modifications to DocumentsWriter.cpp file
DocumentsWriter.patch (text/plain), 442 bytes, created by
asdfg
on 2022-07-29 23:34:29 UTC
(
hide
)
Description:
Modifications to DocumentsWriter.cpp file
Filename:
MIME Type:
Creator:
asdfg
Created:
2022-07-29 23:34:29 UTC
Size:
442 bytes
patch
obsolete
>--- a/src/core/CLucene/index/DocumentsWriter.cpp >+++ b/src/core/CLucene/index/DocumentsWriter.cpp >@@ -125,7 +125,7 @@ > if (this->postingsFreeListDW.values){ > if (this->postingsFreeCountDW < this->postingsFreeListDW.length) { > memset(this->postingsFreeListDW.values + this->postingsFreeCountDW >- , NULL >+ , 0 > , sizeof(Posting*)); > } > postingsFreeListDW.deleteUntilNULL();
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 862195
:
795592
|
795595
| 795598