[Pkg-ocaml-maint-commits] [SCM] pkglab packaging branch, master, updated. debian/1.4.2-9-3-gbcb49d9

Ralf Treinen treinen at free.fr
Mon Apr 19 21:04:57 UTC 2010


The following commit has been merged in the master branch:
commit 8e96d14a23771fd4252610e2fee088be1d61f6e1
Author: Ralf Treinen <treinen at free.fr>
Date:   Sun Mar 21 13:09:17 2010 +0100

    typo in common.ml

diff --git a/distcheck/common.ml b/distcheck/common.ml
index 17e04e9..2321186 100644
--- a/distcheck/common.ml
+++ b/distcheck/common.ml
@@ -129,7 +129,7 @@ let pkg_xml_of p_id =
 (* xmlesc escapes some special caracters into XML *)
 let xmlesc s =
   global_replace (regexp_string ">") "&gt;"
-    (global replace (regexp_string "<")y "&lt; s)
+    (global replace (regexp_string "<")y "&lt;" s)
 ;;
 
 let spec_string s =

-- 
pkglab packaging



More information about the Pkg-ocaml-maint-commits mailing list