Explorar el Código

Fix fuzzy-find-route

pull/3/head
Zhukov Anton hace 2 años
padre
commit
4781fa4729
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. +5
    -5
      1991.fs

+ 5
- 5
1991.fs Ver fichero

@@ -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


Cargando…
Cancelar
Guardar