mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 07:17:16 +00:00
NULL to nullptr
This commit is contained in:
@@ -46,7 +46,7 @@ string Config::GetVariable(string title, string parameter)
|
||||
*/
|
||||
void Config::Parse(const char *file_name)
|
||||
{
|
||||
if(file_name == NULL)
|
||||
if(file_name == nullptr)
|
||||
{
|
||||
server_log->Log(log_error, "Config::Parse(), file_name passed was null.");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user