From 6599bf1a07aa0612cf8eff1cd8d5b4ec4ba57b24 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Fri, 22 Jul 2011 17:05:55 +0200 Subject: [PATCH] fixed typo --- library/protocol/uri_template/src/uri_template.e | 1 - 1 file changed, 1 deletion(-) diff --git a/library/protocol/uri_template/src/uri_template.e b/library/protocol/uri_template/src/uri_template.e index a07428b3..d75af2e6 100644 --- a/library/protocol/uri_template/src/uri_template.e +++ b/library/protocol/uri_template/src/uri_template.e @@ -190,7 +190,6 @@ feature -- Match --| FIXME jfiat [2011/07/22] : check this ... --| There should be at least one literal between two expression --| {var}{foobar} is ambigous for matching ... - b := False if q > p then t := tpl.substring (p, q - 1) s := a_uri.substring (p + l_offset, q + l_offset - 1)