fixed the off by one issue that was causing characters t odisappear
This commit is contained in:
parent
a9c03abc6a
commit
081d8d2352
|
@ -126,7 +126,7 @@
|
|||
(if (eq? m mode)
|
||||
(loop* start)
|
||||
(cons (get-xml)
|
||||
(loop* (add1 loc))))])))
|
||||
(loop* loc)))])))
|
||||
|
||||
(define (get-mode loc c)
|
||||
(define-values (mode _)
|
||||
|
|
Loading…
Reference in New Issue
Block a user