mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Convert to C++ nullptr from NULL.
This commit is contained in:
parent
43f8b2f6f0
commit
cf15f42a0f
98 changed files with 1340 additions and 1340 deletions
2
BCH.cpp
2
BCH.cpp
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue