summaryrefslogtreecommitdiff
path: root/devel/ocaml-xstr/files/patch-xstr__search.ml
blob: 00ccee7fe661d1f92eb9baa6990457c93e3c6be5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- xstr_search.ml.orig	1999-06-27 23:03:38 UTC
+++ xstr_search.ml
@@ -119,7 +119,7 @@ let rev_concat sep sl =
   in
 
   fill_in len sl;
-  t
+  Bytes.to_string t
 ;;