PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ if() [7/9]

if ( 8+  4,
nEntitySize   
)

Definition at line 1647 of file shpopen.c.

References SAHooks::Error, SHPObject::nSHPType, SHPInfo::pabyRec, SHPInfo::sHooks, and SHPDestroyObject().

1648  {
1649  snprintf(szErrorMsg, sizeof(szErrorMsg),
1650  "Corrupted .shp file : shape %d : nEntitySize = %d",
1651  hEntity, nEntitySize);
1652  psSHP->sHooks.Error( szErrorMsg );
1654  return NULL;
1655  }
void SHPAPI_CALL SHPDestroyObject(SHPObject *psShape)
Definition: shpopen.c:2182
psShape
Definition: shpopen.c:1643
nEntitySize
Definition: shpopen.c:1579
Here is the call graph for this function: