diff options
Diffstat (limited to 'tzfile.scm')
-rw-r--r-- | tzfile.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,6 +92,6 @@ (cond ((>= pos (bytes-length abbrevs)) (slib:warn 'tzfile:read "format error" abbrevs) #f) ((zero? (byte-ref abbrevs pos)) - (substring abbrevs (vector-ref rec 0) pos)) + (subbytes abbrevs (vector-ref rec 0) pos)) (else (loop (+ 1 pos)))))))) (list path mode-table leap-seconds transition-times transition-types))))) |