Ticket #87: patch1.txt

File patch1.txt, 399 bytes (added by kleptog, 8 months ago)
Line 
1Index: include/mapnik/geometry.hpp
2===================================================================
3--- include/mapnik/geometry.hpp (revision 690)
4+++ include/mapnik/geometry.hpp (working copy)
5@@ -122,7 +122,7 @@
6          {
7             *x = pt_.x;
8             *y = pt_.y;
9-            return SEG_LINETO;
10+            return 0;
11          }
12         
13          void rewind(unsigned ) const {}