summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc/flashdot/files/flashdot-1.1.4-ocaml-4.09.patch')
-rw-r--r--sci-misc/flashdot/files/flashdot-1.1.4-ocaml-4.09.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-misc/flashdot/files/flashdot-1.1.4-ocaml-4.09.patch b/sci-misc/flashdot/files/flashdot-1.1.4-ocaml-4.09.patch
new file mode 100644
index 000000000000..8b00b86d52b7
--- /dev/null
+++ b/sci-misc/flashdot/files/flashdot-1.1.4-ocaml-4.09.patch
@@ -0,0 +1,11 @@
+--- a/fls/fls.ml 2021-04-26 16:24:25.363442099 +0200
++++ b/fls/fls.ml 2021-04-26 20:10:54.965405870 +0200
+@@ -750,7 +750,7 @@
+ match input inp s 0 1024 with
+ 0 -> Buffer.contents res
+ | n ->
+- Buffer.add_substring res s 0 n;
++ Buffer.add_subbytes res s 0 n;
+ fill_buff ()
+ in
+ let s = fill_buff () in