From 4781fa4729fe0a3d97e4c887bfe58b0028265f46 Mon Sep 17 00:00:00 2001 From: Zhukov Anton Date: Wed, 18 Aug 2021 15:01:31 +0300 Subject: [PATCH] Fix fuzzy-find-route --- 1991.fs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/1991.fs b/1991.fs index 071b4e8..3296dda 100644 --- a/1991.fs +++ b/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