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
10
1991.fs
10
1991.fs
@ -97,13 +97,13 @@ 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
|
||||
dup
|
||||
while
|
||||
r@ over >r execute while r> @
|
||||
repeat r>
|
||||
then
|
||||
r@ over >r execute WHILE r> name>link
|
||||
repeat r>
|
||||
then
|
||||
rdrop
|
||||
?dup if
|
||||
get-tmp-query-string \ Save our fuzzy vars to the request's
|
||||
|
Loading…
Reference in New Issue
Block a user