#2882 warbubg too many arguments for format

git-svn-id: http://svn.osgeo.org/postgis/trunk@12872 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Regina Obe 2014-08-08 00:34:36 +00:00
parent b8c3076d38
commit 5c7877fae5

View file

@ -764,7 +764,7 @@ asx3d3_collection_buf(const LWCOLLECTION *col, char *srs, char *output, int prec
else
lwerror("asx3d3_collection_buf: unknown geometry type");
ptr += sprintf(ptr, "</Shape>", defid);
ptr += printf(ptr, "</Shape>");
}
/* Close outmost tag */