Skip to content

Commit

Permalink
explicitly ordered table
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Jul 3, 2024
1 parent 7ec77e2 commit 1b232c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zippy/ziparchives.nim
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type

ZipArchiveReader* = ref object
memFile: MemFile
records: Table[string, ZipArchiveRecord]
records: OrderedTable[string, ZipArchiveRecord]

iterator walkFiles*(reader: ZipArchiveReader): string =
## Walks over all files in the archive and returns the file name
Expand Down

0 comments on commit 1b232c7

Please sign in to comment.