[mapserver-commits] r13274 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Sun Mar 18 09:56:19 EDT 2012
Author: tbonfort
Date: 2012-03-18 06:56:19 -0700 (Sun, 18 Mar 2012)
New Revision: 13274
Modified:
trunk/mapserver/mapdraw.c
Log:
fixed function name in error message
Modified: trunk/mapserver/mapdraw.c
===================================================================
--- trunk/mapserver/mapdraw.c 2012-03-18 11:29:34 UTC (rev 13273)
+++ trunk/mapserver/mapdraw.c 2012-03-18 13:56:19 UTC (rev 13274)
@@ -1577,7 +1577,7 @@
int numpaths = 1, numpoints = 1, numRegularLines = 0, i,j,s;
if (layer->class[c]->numlabels == 0) return (MS_SUCCESS); /* nothing to draw (RFC77 TDOO: could expand this test) */
if (layer->class[c]->numlabels > 1) {
- msSetError(MS_MISCERR, "Multiple labels not supported on annotation layers.", "msDrawShape()");
+ msSetError(MS_MISCERR, "Multiple labels not supported on annotation layers.", "annotationLayerDrawShape()");
return MS_FAILURE;
}
More information about the mapserver-commits
mailing list