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

◆ if() [1/10]

if ( 8+  4,
nEntitySize   
)

Definition at line 2037 of file shpopen.c.

2038 {
2039 snprintf(szErrorMsg, sizeof(szErrorMsg),
2040 "Corrupted .shp file : shape %d : nEntitySize = %d",
2041 hEntity, nEntitySize);
2042 szErrorMsg[sizeof(szErrorMsg)-1] = '\0';
2043 psSHP->sHooks.Error( szErrorMsg );
2044 return SHPLIB_NULLPTR;
2045 }
nEntitySize
Definition shpopen.c:1908
#define SHPLIB_NULLPTR
Definition shpopen.c:101

References nEntitySize, and SHPLIB_NULLPTR.