From 7631f530b2a7133ad693d4c8e830806ab9a6b219 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Wed, 6 Jul 2005 15:24:07 +0000 Subject: [PATCH] bugfix: leave ".theory" suffix in place for theory uris --- helm/ocaml/getter/http_getter.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/ocaml/getter/http_getter.ml b/helm/ocaml/getter/http_getter.ml index 795148b4b..dd4e483fa 100644 --- a/helm/ocaml/getter/http_getter.ml +++ b/helm/ocaml/getter/http_getter.ml @@ -246,7 +246,7 @@ let dumb_ls uri_prefix = else try let obj = - { uri = strip_suffix theory_suffix fname; + { uri = strip_suffix ~suffix:xml_suffix fname; ann = false; types = No; body = No; proof_tree = No } in items := Ls_object obj :: !items -- 2.39.2