From: Regina Obe Date: Fri, 6 Nov 2015 17:57:59 +0000 (+0000) Subject: missed a spot in last commit X-Git-Tag: 2.3.0beta1~389 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6a086839f369d26b22bbf658b9ce0fc617798fe;p=postgis missed a spot in last commit git-svn-id: http://svn.osgeo.org/postgis/trunk@14363 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/geography_inout.c b/postgis/geography_inout.c index a4f779c6b..439241bc7 100644 --- a/postgis/geography_inout.c +++ b/postgis/geography_inout.c @@ -602,7 +602,7 @@ Datum geography_from_geometry(PG_FUNCTION_ARGS) lwgeom_drop_bbox(lwgeom); lwgeom_set_geodetic(lwgeom, true); - /* We are trusting geography_serialize will add a box for us if needed */ + /* We are trusting geography_serialize will add a box if needed */ g_ser = geography_serialize(lwgeom);