summaryrefslogtreecommitdiffstats
path: root/hivex
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-02-04 16:28:26 +0000
committerRichard Jones <rjones@redhat.com>2010-02-04 16:28:26 +0000
commitd7175703994997a6c40cf78cd74809b82deb1ed4 (patch)
treeac1ca33c312be0645413a5411fd0097e0aec2b4a /hivex
parent023a1811a708ac107022133f8931d47442b23c09 (diff)
downloadlibguestfs-d7175703994997a6c40cf78cd74809b82deb1ed4.tar.gz
libguestfs-d7175703994997a6c40cf78cd74809b82deb1ed4.tar.xz
libguestfs-d7175703994997a6c40cf78cd74809b82deb1ed4.zip
hivex: Documentation update.
ntreg_lf_record can have id "lf" (old-style hashes) or "lh" (new- style hashes).
Diffstat (limited to 'hivex')
-rw-r--r--hivex/hivex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hivex/hivex.c b/hivex/hivex.c
index ce3e14c1..b106a108 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 */