PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ if() [2/10]

if ( bBigEndian  )

Definition at line 2039 of file shpopen.c.

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