Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed May 25, 2023
1 parent dfd24a9 commit a849762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maprendering.c
Expand Up @@ -661,7 +661,7 @@ int msDrawLineSymbol(mapObj *map, imageObj *image, shapeObj *p,
} else if( MS_RENDERER_IMAGEMAP(image->format) )
msDrawLineSymbolIM(map, image, p, style, scalefactor);
else {
msSetError(MS_RENDERERERR, "unsupported renderer", "msDrawShadeSymbol()");
msSetError(MS_RENDERERERR, "unsupported renderer", "msDrawLineSymbol()");
status = MS_FAILURE;
}
} else {
Expand Down

0 comments on commit a849762

Please sign in to comment.