projects
/
postgis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae3e37b
)
fixed typo in error message
author
Sandro Santilli
<strk@keybit.net>
Fri, 7 Jan 2005 09:56:33 +0000
(09:56 +0000)
committer
Sandro Santilli
<strk@keybit.net>
Fri, 7 Jan 2005 09:56:33 +0000
(09:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1241
b70326c6
-7e19-0410-871a-
916f4a2858ee
lwgeom/lwcollection.c
patch
|
blob
|
history
diff --git
a/lwgeom/lwcollection.c
b/lwgeom/lwcollection.c
index 3bb1063eae5a5592021f588d9ac33a929a88da42..1c1ad36db4c07cd38a4c93bb9d4550eefaee2109 100644
(file)
--- a/
lwgeom/lwcollection.c
+++ b/
lwgeom/lwcollection.c
@@
-74,8
+74,7
@@
lwcollection_deserialize(char *srl)
if ( type != COLLECTIONTYPE )
{
- lwerror("lwmpoly_deserialize called on NON geometrycollection: %d",
- type);
+ lwerror("lwcollection_deserialize called on NON geometrycollection: %d", type);
return NULL;
}