fixed the off by one issue that was causing characters t odisappear

This commit is contained in:
Ryan Plessner 2014-12-28 16:33:30 -05:00
parent a9c03abc6a
commit 081d8d2352

View File

@ -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 _)