shapefiles: fix stacke effect names in read-shp.

windows-high-dpi
John Benediktsson 2018-02-18 16:12:31 -08:00
parent a2d76ffda9
commit 010d0ef2de
1 changed files with 2 additions and 2 deletions

View File

@ -167,10 +167,10 @@ TUPLE: record number content-length shape ;
: read-records ( -- records )
[ read-record dup ] [ ] produce nip ;
: read-shp ( -- header shapes )
: read-shp ( -- header records )
read-header read-records ;
: file>shp ( path -- header shapes )
: file>shp ( path -- header records )
binary [ read-shp ] with-file-reader ;
TUPLE: index offset content-length ;