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

◆ if() [2/10]

if ( bBigEndian  )

Definition at line 2048 of file shpopen.c.

2054 {
2055 if( psSHP->psCachedObject->bFastModeReadObject )
2056 {
2057 psSHP->sHooks.Error( "Invalid read pattern in fast read mode. "
2058 "SHPDestroyObject() should be called." );
2059 return SHPLIB_NULLPTR;
2060 }
2061
2062 psShape = psSHP->psCachedObject;
2063 memset(psShape, 0, sizeof(SHPObject));
2064 }
else psShape
Definition shpopen.c:2066
#define SHPLIB_NULLPTR
Definition shpopen.c:101