diff --git a/SystemServices/SystemServices.cpp b/SystemServices/SystemServices.cpp index e20150bc2e..6a5d55e65d 100644 --- a/SystemServices/SystemServices.cpp +++ b/SystemServices/SystemServices.cpp @@ -1333,8 +1333,7 @@ namespace WPEFramework { */ uint32_t SystemServices::setBootLoaderSplashScreen(const JsonObject& parameters, JsonObject& response) - { - returnIfParamNotFound(parameters, "path"); + { bool status = false; string strBLSplashScreenPath = parameters["path"].String(); bool fileExists = Utils::fileExists(strBLSplashScreenPath.c_str());