PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ if() [1/10]

if ( 8+  4,
nEntitySize   
)

Definition at line 2028 of file shpopen.c.

2029  {
2030  snprintf(szErrorMsg, sizeof(szErrorMsg),
2031  "Corrupted .shp file : shape %d : nEntitySize = %d",
2032  hEntity, nEntitySize);
2033  szErrorMsg[sizeof(szErrorMsg)-1] = '\0';
2034  psSHP->sHooks.Error( szErrorMsg );
2035  return SHPLIB_NULLPTR;
2036  }
nEntitySize
Definition: shpopen.c:1899
#define SHPLIB_NULLPTR
Definition: shpopen.c:101

References nEntitySize, and SHPLIB_NULLPTR.