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