[mapserver-commits] r13198 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Sat Mar 3 06:45:58 EST 2012
Author: rouault
Date: 2012-03-03 03:45:58 -0800 (Sat, 03 Mar 2012)
New Revision: 13198
Modified:
trunk/mapserver/mapogroutput.c
Log:
Fix mapogroutput.c after changes related to RFC 77 (#4127)
Modified: trunk/mapserver/mapogroutput.c
===================================================================
--- trunk/mapserver/mapogroutput.c 2012-03-02 14:58:14 UTC (rev 13197)
+++ trunk/mapserver/mapogroutput.c 2012-03-03 11:45:58 UTC (rev 13198)
@@ -870,7 +870,7 @@
&& layer->class[resultshape.classindex]->numlabels > 0
&& layer->class[resultshape.classindex]->labels[0]->size != -1 )
{
- resultshape.text = msShapeGetAnnotation(layer, &resultshape);
+ msShapeGetAnnotation(layer, &resultshape);
}
/*
More information about the mapserver-commits
mailing list