Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Dec 12, 2023
1 parent b4e88c7 commit 04f4535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogr_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1974,7 +1974,7 @@ ogrFeatureToSlot(const OGRFeatureH feat, TupleTableSlot* slot, const OgrFdwExecS
}
else
{
#if (GDAL_VERSION_NUM < GDAL_COMPUTE_VERSION(3,7,0))
#if (GDAL_VERSION_NUM >= GDAL_COMPUTE_VERSION(3,7,0))
const char* tmp = OGR_F_GetFieldAsISO8601DateTime(feat, ogrfldnum, NULL);
strncpy(cstr, tmp, 256);
#else
Expand Down

0 comments on commit 04f4535

Please sign in to comment.