Fix some issues reported by coverity

This commit is contained in:
heckflosse
2018-11-16 20:48:33 +01:00
parent 91706c284a
commit 1fa253ba63
12 changed files with 15 additions and 15 deletions

View File

@@ -194,7 +194,7 @@ void StdImageSource::getImage (const ColorTemp &ctemp, int tran, Imagefloat* ima
// the code will use OpenMP as of now.
img->getStdImage(ctemp, tran, image, pp, true, hrp);
img->getStdImage(ctemp, tran, image, pp, true);
// Hombre: we could have rotated the image here too, with just few line of code, but:
// 1. it would require other modifications in the engine, so "do not touch that little plonker!"