GLK: Changes of NULL to nullptr

This commit is contained in:
Paul Gilbert 2018-10-28 22:18:46 -07:00 committed by Paul Gilbert
parent a9f5b3351e
commit 4fcffce505
10 changed files with 20 additions and 20 deletions

View file

@ -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;