PostGIS 3.6.2dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ if() [1/10]

if ( 8+  4,
nEntitySize   
)

Definition at line 2026 of file shpopen.c.

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

References nEntitySize, and SHPLIB_NULLPTR.