mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
tabify
This commit is contained in:
parent
79e1d54e4c
commit
12371650f9
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ namespace util
|
||||||
{
|
{
|
||||||
std::size_t idx;
|
std::size_t idx;
|
||||||
uint8_t mask;
|
uint8_t mask;
|
||||||
Get(data, len, idx, mask);
|
Get(data, len, idx, mask);
|
||||||
if(m_Data[idx] & mask) return false; // filter hit
|
if(m_Data[idx] & mask) return false; // filter hit
|
||||||
m_Data[idx] |= mask;
|
m_Data[idx] |= mask;
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue