diff options
author | Richard Jones <rjones@redhat.com> | 2010-02-04 16:28:26 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-02-19 15:01:34 +0000 |
commit | 70052d7fd455b251ac942baaf02255f4ecd409f4 (patch) | |
tree | a81bcbf19b196fd8ab758e85f2373760ab75e6c9 | |
parent | 4e5e00ec1b1f1377f322dcbc48824a0b48b18ea4 (diff) | |
download | hivex-70052d7fd455b251ac942baaf02255f4ecd409f4.tar.gz hivex-70052d7fd455b251ac942baaf02255f4ecd409f4.tar.xz hivex-70052d7fd455b251ac942baaf02255f4ecd409f4.zip |
hivex: Documentation update.
ntreg_lf_record can have id "lf" (old-style hashes) or "lh" (new-
style hashes).
-rw-r--r-- | hivex/hivex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hivex/hivex.c b/hivex/hivex.c index ce3e14c..b106a10 100644 --- a/hivex/hivex.c +++ b/hivex/hivex.c @@ -195,7 +195,7 @@ struct ntreg_nk_record { struct ntreg_lf_record { int32_t seg_len; - char id[2]; /* "lf" */ + char id[2]; /* "lf"|"lh" */ uint16_t nr_keys; /* number of keys in this record */ struct { uint32_t offset; /* offset of nk-record for this subkey */ |