@@ -123,7 +123,7 @@ void CBCH::encode(const int* data, int* bb)
void CBCH::encode(unsigned char* nid)
{
assert(nid != NULL);
assert(nid != nullptr);
int data[16];
for (int i = 0; i < 16; i++)
The note is not visible to the blocked user.