Fixed some coverity issues

This commit is contained in:
heckflosse
2017-06-12 17:54:34 +02:00
parent e8bbefef7a
commit 97e558a040
21 changed files with 97 additions and 96 deletions

View File

@@ -191,7 +191,7 @@ void FilmSimulation::setAdjusterBehavior( bool strength )
void FilmSimulation::trimValues( rtengine::procparams::ProcParams* pp )
{
pp->filmSimulation.strength = m_strength->trimValue( pp->filmSimulation.strength );
m_strength->trimValue( pp->filmSimulation.strength );
}
//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::