SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
textproc/sphinx/patches/patch-src_sphinxrt_cpp
Normal file
12
textproc/sphinx/patches/patch-src_sphinxrt_cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: src/sphinxrt.cpp
|
||||
--- src/sphinxrt.cpp.orig
|
||||
+++ src/sphinxrt.cpp
|
||||
@@ -4796,7 +4796,7 @@ int RtIndex_t::DebugCheck ( FILE * fp )
|
||||
if ( !tWord.m_uDocs || !tWord.m_uHits || tWord.m_uHits<tWord.m_uDocs )
|
||||
{
|
||||
sWord[sizeof(sWord)-1] = '\0';
|
||||
- LOC_FAIL(( fp, "invalid docs/hits (segment=%d, word=%d, read_wordid="UINT64_FMT
|
||||
+ LOC_FAIL(( fp, "invalid docs/hits (segment=%d, word=%d, read_wordid=" UINT64_FMT
|
||||
", read_word=%s, docs=%u, hits=%u)",
|
||||
iSegment, nWordsRead, (uint64_t)tWord.m_uWordID,
|
||||
sWord+1, tWord.m_uDocs, tWord.m_uHits ));
|
Loading…
Add table
Add a link
Reference in a new issue