mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-11 02:16:07 -04:00
Fix compilation error
This commit is contained in:
@ -1830,7 +1830,7 @@ skip:
|
||||
// . is the last key we stored negative, a dangling negative?
|
||||
// . if not, skip this next section
|
||||
//if ( lastKeyIsValid && (*(char *)&lastKey & 0x01) == 0x01 )
|
||||
if ( lastKeyIsValid && !KEYNEG(lastKey) )
|
||||
if ( lastKeyIsValid && !KEYNEG(lastKey) ) {
|
||||
goto positive;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user