mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 15:58:36 +00:00
NULL to nullptr
This commit is contained in:
@@ -16,7 +16,7 @@ char com_list[512];
|
||||
pch = strtok(temp,ty);
|
||||
for (int i=0; i < pos; i++) {
|
||||
if (pos == i) break;
|
||||
pch = strtok(NULL,ty);
|
||||
pch = strtok(nullptr,ty);
|
||||
}
|
||||
return pch;
|
||||
}*/
|
||||
|
||||
Reference in New Issue
Block a user