blob: 456112235002176a118d5685ef6cf4aa61634089 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- iOExtras.ml.orig 2006-02-23 22:09:29 UTC
+++ iOExtras.ml
@@ -87,4 +87,4 @@ let snarf_file filename =
ofs := !ofs + bytes;
done;
close fd;
- s
+ Bytes.unsafe_to_string s
|