]> granicus.if.org Git - postgis/commitdiff
Fix bug in comment
authorSandro Santilli <strk@keybit.net>
Wed, 11 Mar 2015 17:31:36 +0000 (17:31 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 11 Mar 2015 17:31:36 +0000 (17:31 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13328 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwgeom_geos_split.c

index 6d76cf73a311c2b90f0777f987bec56b065ef0ec..3687be637663e57411a3f1470171a1c1a300734a 100644 (file)
@@ -172,9 +172,7 @@ lwline_split_by_point_to(const LWLINE* lwline_in, const LWPOINT* blade_in,
         *  1. The point is not on the line or on the boundary
         *      -> Leave collection untouched, return 0
         *  2. The point is on the boundary
-        *      -> Push 1 element on the collection:
-        *         o the original line
-        *      -> Return 1
+        *      -> Leave collection untouched, return 1
         *  3. The point is in the line
         *      -> Push 2 elements on the collection:
         *         o start_point - cut_point