summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302018-04-23 00:10:24 +0200
committerM0Rf302018-04-23 00:10:24 +0200
commitb28c27a933316e2554edb21fa99cf197e4d5405e (patch)
tree8c24563ecfe0ddf707310bac30bd6cc42b9fc4db
parent0e76f77eaf60ebe1b13785c6a2915fb155c7d03e (diff)
downloadaur-b28c27a933316e2554edb21fa99cf197e4d5405e.tar.gz
removing ocaml-vorbis.patch
-rw-r--r--ocaml-vorbis.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/ocaml-vorbis.patch b/ocaml-vorbis.patch
deleted file mode 100644
index 3d2dff71a027..000000000000
--- a/ocaml-vorbis.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/ocaml-vorbis-0.7.0/src/vorbis.ml 2017-05-28 11:43:38.000000000 +0200
-+++ b/ocaml-vorbis-0.7.0/src/vorbis.ml 2018-04-21 23:09:44.404442683 +0200
-@@ -219,7 +219,7 @@
- (fun n ->
- let buf = Bytes.create n in
- let r = Unix.read fd buf 0 n in
-- buf, r)
-+ Bytes.to_string buf, r)
- (fun n cmd -> Unix.lseek fd n cmd)
- (fun () -> Unix.lseek fd 0 Unix.SEEK_CUR)
- with