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

◆ if() [2/10]

if ( bBigEndian  )

Definition at line 2037 of file shpopen.c.

2043 {
2044 if( psSHP->psCachedObject->bFastModeReadObject )
2045 {
2046 psSHP->sHooks.Error( "Invalid read pattern in fast read mode. "
2047 "SHPDestroyObject() should be called." );
2048 return SHPLIB_NULLPTR;
2049 }
2050
2051 psShape = psSHP->psCachedObject;
2052 memset(psShape, 0, sizeof(SHPObject));
2053 }
else psShape
Definition shpopen.c:2055
#define SHPLIB_NULLPTR
Definition shpopen.c:101