Skip to content

Commit

Permalink
Update SystemServices.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ramkumarpraba authored May 23, 2024
1 parent 72716c3 commit 9b6e781
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SystemServices/SystemServices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 9b6e781

Please sign in to comment.