mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
refactor(Core): replace NULL with nullptr (#4593)
This commit is contained in:
@@ -53,7 +53,7 @@ char* command_finder(const char* text, int state)
|
||||
return strdup(ret);
|
||||
}
|
||||
|
||||
return ((char*)NULL);
|
||||
return ((char*)nullptr);
|
||||
}
|
||||
|
||||
char** cli_completion(const char* text, int start, int /*end*/)
|
||||
|
||||
Reference in New Issue
Block a user