mirror of
https://github.com/urlysses/1991.git
synced 2024-11-26 19:48:06 +11:00
Fix fuzzy-find-route
This commit is contained in:
parent
335347dc06
commit
4781fa4729
8
1991.fs
8
1991.fs
@ -97,12 +97,12 @@ pubvar reqroute
|
|||||||
\ returns true.
|
\ returns true.
|
||||||
\ Also takes the addr u of the requested
|
\ Also takes the addr u of the requested
|
||||||
\ route we're trying to validate.
|
\ route we're trying to validate.
|
||||||
>r routes wordlist-id @ \ Store xt and specify wordlist
|
>r routes wordlist-id @
|
||||||
begin
|
begin
|
||||||
dup
|
dup
|
||||||
while
|
while
|
||||||
r@ over >r execute while r> @
|
r@ over >r execute WHILE r> name>link
|
||||||
repeat r>
|
repeat r>
|
||||||
then
|
then
|
||||||
rdrop
|
rdrop
|
||||||
?dup if
|
?dup if
|
||||||
|
Loading…
Reference in New Issue
Block a user