Skip to content

Commit

Permalink
put back the 1;
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Mar 19, 2020
1 parent bb12552 commit 3c1fa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stars.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ List CPL_read_gdal(CharacterVector fname, CharacterVector options, CharacterVect
err == CE_None ? adfGeoTransform[2] : 0,
err == CE_None ? adfGeoTransform[3] : 0,
err == CE_None ? adfGeoTransform[4] : 0,
err == CE_None ? adfGeoTransform[5] : -1); // see https://github.com/r-spatial/sf/pull/1307
err == CE_None ? adfGeoTransform[5] : 1); // see https://github.com/r-spatial/sf/pull/1307
int default_geotransform = 0;
if (err != CE_None) {
default_geotransform = 1;
Expand Down

0 comments on commit 3c1fa1c

Please sign in to comment.