*: use nullptr instead of NULL
This commit is contained in:
@@ -53,7 +53,7 @@ LoadFilter(const ConfigData &config, const char *name)
|
||||
{
|
||||
const auto *param = config.FindBlock(ConfigBlockOption::AUDIO_FILTER,
|
||||
"name", name);
|
||||
if (param == NULL)
|
||||
if (param == nullptr)
|
||||
throw FormatRuntimeError("No such configured filter: %s",
|
||||
name);
|
||||
|
||||
|
Reference in New Issue
Block a user