mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-17 02:56:07 -04:00
Fixed (harmless) * vs. *= typo (again)
This commit is contained in:
@ -96,7 +96,7 @@ bool Msge0::getTagRecs ( const char **urlPtrs ,
|
||||
+ sizeof(TagRec); // m_tagRecs
|
||||
|
||||
// one per url
|
||||
int32_t needTotal = needPerUrl = numUrls;
|
||||
int32_t needTotal = needPerUrl * numUrls;
|
||||
// allocate the buffer to hold all the info we gather
|
||||
m_buf = (char *)mcalloc ( needTotal , "Msge0buf" );
|
||||
if ( ! m_buf ) return true;
|
||||
|
Reference in New Issue
Block a user