[postgis-tickets] r14363 - missed a spot in last commit

Regina Obe lr at pcorp.us
Fri Nov 6 09:57:59 PST 2015


Author: robe
Date: 2015-11-06 09:57:59 -0800 (Fri, 06 Nov 2015)
New Revision: 14363

Modified:
   trunk/postgis/geography_inout.c
Log:
missed a spot in last commit

Modified: trunk/postgis/geography_inout.c
===================================================================
--- trunk/postgis/geography_inout.c	2015-11-06 17:57:20 UTC (rev 14362)
+++ trunk/postgis/geography_inout.c	2015-11-06 17:57:59 UTC (rev 14363)
@@ -602,7 +602,7 @@
 	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);
 
 



More information about the postgis-tickets mailing list