avoid bad substring
when something goes weird with section numbers
This commit is contained in:
parent
f488ed28f3
commit
495630e001
|
@ -97,7 +97,8 @@
|
|||
(format "~a." (car number)))
|
||||
""))])
|
||||
(if (or keep-separator?
|
||||
(pair? (car number)))
|
||||
(pair? (car number))
|
||||
(equal? s ""))
|
||||
s
|
||||
(substring s 0 (sub1 (string-length s)))))
|
||||
sep)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user