Fixup b6aee93

This commit is contained in:
Matthias Kuhn 2016-04-08 19:23:57 +02:00
parent b6aee93563
commit 9b9377fa87

View File

@ -253,7 +253,7 @@ bool QgsAlignRaster::checkInputParameters()
}
mXSize = mYSize = 0;
std::fill( &mGeoTransform[0], &mGeoTransform[5], 0 );
std::fill_n( mGeoTransform, 6, 0 );
double finalExtent[4] = { 0, 0, 0, 0 };