id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 3965,String comparison problem in ogr_srs_esri.cpp,rprinceley,warmerdam,"In RemapNameBasedOnKeyName(): {{{ for( i = 0; mappingTable[i] != NULL; i += 2 ) { n = strlen(pszName); if( EQUALN(pszName, mappingTable[i],n) ) { iIndex = i; break; }}} We have a ""Sphere_of_Radius_XXX"" entry in one of our tables, which is incorrectly returned as a match for user defined spheroid named ""Sphere"". Ideally, this comparison should include entire string.",defect,closed,normal,1.9.0,OGR_SRS,1.8.0,normal,fixed,,gaopeng esrixz Xiuguang