mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
fixing bug in string-find?
This commit is contained in:
parent
d1a7f54114
commit
f32e3086b5
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
(end (if (and (pair? o) (pair? (cdr o)))
|
||||
(cadr o)
|
||||
(string-cursor-end str))))
|
||||
(< (string-find str check start end) end)))
|
||||
(string-cursor<? (string-find str check start end) end)))
|
||||
|
||||
;;> As \scheme{string-find}, but returns the position of the first
|
||||
;;> character from the right of \var{str}. If no character matches,
|
||||
|
|
Loading…
Add table
Reference in a new issue