Skip to content

Commit

Permalink
Update the shapelib copy to the latest.
Browse files Browse the repository at this point in the history
References #4591.
Required two changes to pass regression.
* Modify dbfopen.c so that DBFIsRecordDeleted() does not test
  iShape >= psDBF->nRecords unless psDBF->nRecords > 0.
* Add DBFSetWriteEndOfFileChar(state->dbf, 0) to pgsql2shp-core.c
  after dbf opening, since apparently we did not write the EOF marker
  in earlier versions.
  • Loading branch information
pramsey committed Dec 2, 2019
1 parent fa7aaf0 commit 00eb4b4
Show file tree
Hide file tree
Showing 5 changed files with 3,064 additions and 2,298 deletions.
Loading

0 comments on commit 00eb4b4

Please sign in to comment.