GLK: Changes of NULL to nullptr
This commit is contained in:
parent
a9f5b3351e
commit
4fcffce505
10 changed files with 20 additions and 20 deletions
|
@ -63,7 +63,7 @@ glui32 bufferChangeCase(glui32 *buf, glui32 len, glui32 numchars, BufferChangeCa
|
|||
if (dest_block_first == CASE_TITLE)
|
||||
dest_block_first = CASE_UPPER;
|
||||
|
||||
newoutbuf = NULL;
|
||||
newoutbuf = nullptr;
|
||||
outcount = 0;
|
||||
outbuf = buf;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue