Skip to content

Commit

Permalink
Merge pull request #93 from thbeu/fix-api
Browse files Browse the repository at this point in the history
Fix API call of SHPSearchDiskTreeEx
  • Loading branch information
rouault authored Jan 29, 2024
2 parents 58f8ed9 + 1b82605 commit a2f1458
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shptree.c
Original file line number Diff line number Diff line change
Expand Up @@ -941,8 +941,9 @@ int SHPAPI_CALL1(*) SHPSearchDiskTree(FILE *fp, double *padfBoundsMin,
/* SHPSearchDiskTreeEx() */
/************************************************************************/

int *SHPSearchDiskTreeEx(SHPTreeDiskHandle hDiskTree, double *padfBoundsMin,
double *padfBoundsMax, int *pnShapeCount)
int SHPAPI_CALL1(*)
SHPSearchDiskTreeEx(SHPTreeDiskHandle hDiskTree, double *padfBoundsMin,
double *padfBoundsMax, int *pnShapeCount)

{
int nBufferMax = 0;
Expand Down

0 comments on commit a2f1458

Please sign in to comment.