From: Regina Obe Date: Sun, 19 May 2013 15:37:34 +0000 (+0000) Subject: #2332 ammendment correct the note to note we are no longer just wrapping the otehr... X-Git-Tag: 2.1.0beta3~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1992e8fa0543aa5c9d024704d97b7efc1a63584e;p=postgis #2332 ammendment correct the note to note we are no longer just wrapping the otehr function git-svn-id: http://svn.osgeo.org/postgis/trunk@11474 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/lwgeom_ogc.c b/postgis/lwgeom_ogc.c index ffb7f5b4e..447e73f57 100644 --- a/postgis/lwgeom_ogc.c +++ b/postgis/lwgeom_ogc.c @@ -783,7 +783,8 @@ Datum LWGEOM_from_text(PG_FUNCTION_ARGS) * return a geometry. * * @note that this is a wrapper around - * LWGEOMFromWKB, where we refuse to + * lwgeom_from_wkb, where we throw + * a warning if ewkb passed in * accept EWKB. */ PG_FUNCTION_INFO_V1(LWGEOM_from_WKB);