if ( nRetVal == SYSTEM_SETTINGS_ERROR_NOT_SUPPORTED )
{
FPRINTF("\\n[Line : %d][%s] Feature Not Supported , error returned = %s", __LINE__, API_NAMESPACE, SystemSettingsGetError(nRetVal));
- nRetVal == SYSTEM_SETTINGS_ERROR_NONE;
+ nRetVal = SYSTEM_SETTINGS_ERROR_NONE;
continue;
}
else
if ( nRetVal == SYSTEM_SETTINGS_ERROR_NOT_SUPPORTED )
{
FPRINTF("\\n[Line : %d][%s] Feature Not Supported , error returned = %s", __LINE__, API_NAMESPACE, SystemSettingsGetError(nRetVal));
- nRetVal == SYSTEM_SETTINGS_ERROR_NONE;
+ nRetVal = SYSTEM_SETTINGS_ERROR_NONE;
continue;
}
else
if ( nRetVal == SYSTEM_SETTINGS_ERROR_NOT_SUPPORTED )
{
FPRINTF("\\n[Line : %d][%s] Feature Not Supported , error returned = %s", __LINE__, API_NAMESPACE, SystemSettingsGetError(nRetVal));
- nRetVal == SYSTEM_SETTINGS_ERROR_NONE;
+ nRetVal = SYSTEM_SETTINGS_ERROR_NONE;
continue;
}
else
if ( nRetVal == SYSTEM_SETTINGS_ERROR_NOT_SUPPORTED )
{
FPRINTF("\\n[Line : %d][%s] Feature Not Supported , error returned = %s", __LINE__, API_NAMESPACE, SystemSettingsGetError(nRetVal));
- nRetVal == SYSTEM_SETTINGS_ERROR_NONE;
+ nRetVal = SYSTEM_SETTINGS_ERROR_NONE;
continue;
}
else
if( g_bSystemSettingsNotSupported || nRetVal == SYSTEM_SETTINGS_ERROR_NOT_SUPPORTED )
{
- nRetVal == SYSTEM_SETTINGS_ERROR_NONE;
+ nRetVal = SYSTEM_SETTINGS_ERROR_NONE;
break;
}
{
FPRINTF("\\n[Line : %d][%s] Feature Not Supported , error returned = %s", __LINE__, API_NAMESPACE, SystemSettingsGetError(nRetVal));
FREE_MEMORY(pszGetPath);
- nRetVal == SYSTEM_SETTINGS_ERROR_NONE;
+ nRetVal = SYSTEM_SETTINGS_ERROR_NONE;
continue;
}
else