mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
Fixup b6aee93
This commit is contained in:
parent
b6aee93563
commit
9b9377fa87
@ -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 };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user