mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-14 02:36:06 -04:00
char -> bool return value from isLinkSpam_uk
This commit is contained in:
2
Linkdb.h
2
Linkdb.h
@ -233,7 +233,7 @@ public:
|
||||
return h;
|
||||
}
|
||||
|
||||
static char isLinkSpam_uk (key224_t *key ) {
|
||||
static bool isLinkSpam_uk (key224_t *key ) {
|
||||
if ((key->n2) & 0x1000000000000LL) return true;
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user