X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=examples%2Fext3_superblock.ml;h=77ef2dbe5aa01903485a5d6ad518748419464dd9;hb=0fb4b24ebe3b85c935786f8e3e472d0d2292744e;hp=8be2606dad24e9016032153cb07a7d5de668d11c;hpb=46d02767bf223661c05127d86878a74be0bda712;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 *)