]> granicus.if.org Git - postgis/commitdiff
Fix printf call
authorSandro Santilli <strk@keybit.net>
Sat, 13 Mar 2010 11:23:22 +0000 (11:23 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 13 Mar 2010 11:23:22 +0000 (11:23 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5435 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/lwgeom_geos_split.c

index fc49837b0811cf584f1fecbad38fd37246bd42ff..233eb1ba0cf500ae9e907db573f1dba1afe57785 100644 (file)
@@ -256,7 +256,7 @@ lwgeom_split(LWGEOM* lwgeom_in, LWGEOM* blade_in)
                return lwpoly_split((LWPOLY*)lwgeom_in, blade_in);
 
        default:
-               lwerror("Splitting of %d geometries is unsupported",
+               lwerror("Splitting of %s geometries is unsupported",
                        lwgeom_typename(TYPE_GETTYPE(lwgeom_in->type)));
                return NULL;
        }