X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=examples%2Fext3_superblock.ml;h=77ef2dbe5aa01903485a5d6ad518748419464dd9;hb=64bcd448dc8787b82828a49edb709436ec2de93d;hp=8be2606dad24e9016032153cb07a7d5de668d11c;hpb=00f782f26fa89fa07dabb7155707b1415f50572b;p=ocaml-bitstring.git diff --git a/examples/ext3_superblock.ml b/examples/ext3_superblock.ml index 8be2606..77ef2db 100644 --- a/examples/ext3_superblock.ml +++ b/examples/ext3_superblock.ml @@ -4,9 +4,9 @@ open Printf -(*let () = Bitmatch.debug := true*) +(*let () = Bitstring.debug := true*) -let bits = Bitmatch.bitstring_of_file "ext3_sb" +let bits = Bitstring.bitstring_of_file "ext3_sb" (* The structure is straight from /usr/include/linux/ext3_fs.h *)