[mapserver-commits] r10760 - branches/branch-5-6/mapserver
svn at osgeo.org
svn at osgeo.org
Wed Nov 24 12:29:48 EST 2010
Author: pramsey
Date: 2010-11-24 09:29:47 -0800 (Wed, 24 Nov 2010)
New Revision: 10760
Modified:
branches/branch-5-6/mapserver/mappostgis.c
Log:
Clarify an error message.
Modified: branches/branch-5-6/mapserver/mappostgis.c
===================================================================
--- branches/branch-5-6/mapserver/mappostgis.c 2010-11-23 14:48:15 UTC (rev 10759)
+++ branches/branch-5-6/mapserver/mappostgis.c 2010-11-24 17:29:47 UTC (rev 10760)
@@ -1383,7 +1383,7 @@
wkbstrlen = PQgetlength(layerinfo->pgresult, layerinfo->rownum, layer->numitems);
if ( ! wkbstr ) {
- msSetError(MS_QUERYERR, "Base64 WKB returned is null!", "msPostGISReadShape()");
+ msSetError(MS_QUERYERR, "String encoded WKB returned is null!", "msPostGISReadShape()");
return MS_FAILURE;
}
More information about the mapserver-commits
mailing list