diff --git a/libsrc/hyperion/Hyperion.cpp b/libsrc/hyperion/Hyperion.cpp index ced585b4..eaef542f 100644 --- a/libsrc/hyperion/Hyperion.cpp +++ b/libsrc/hyperion/Hyperion.cpp @@ -526,7 +526,7 @@ LinearColorSmoothing * Hyperion::createColorSmoothing(const Json::Value & smooth device->setEnable(smoothingConfig.get("enable", true).asBool()); InfoIf(!device->enabled(), log,"Smoothing disabled"); - assert(device == nullptr); + assert(device != nullptr); return device; }