summaryrefslogtreecommitdiffstats
path: root/stdlib/string.ml
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/string.ml')
-rw-r--r--stdlib/string.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/string.ml b/stdlib/string.ml
index 00ff8be9e..93880af26 100644
--- a/stdlib/string.ml
+++ b/stdlib/string.ml
@@ -39,8 +39,8 @@ let sub s ofs len =
B.sub (bos s) ofs len |> bts
let fill =
B.fill
-let blit s1 ofs1 s2 ofs2 len =
- B.blit (bos s1) ofs1 s2 ofs2 len
+let blit =
+ B.blit_string
let concat sep l =
match l with