git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4350479
)
hivexsh: lsval: Remove stray quotation mark.
author
Richard Jones
<rjones@redhat.com>
Thu, 4 Feb 2010 16:31:55 +0000
(16:31 +0000)
committer
Richard Jones
<rjones@redhat.com>
Thu, 4 Feb 2010 16:31:55 +0000
(16:31 +0000)
hivex/hivexsh.c
patch
|
blob
|
history
diff --git
a/hivex/hivexsh.c
b/hivex/hivexsh.c
index
39ca634
..
1bd3b8b
100644
(file)
--- a/
hivex/hivexsh.c
+++ b/
hivex/hivexsh.c
@@
-784,7
+784,7
@@
cmd_lsval (char *key)
case hive_t_dword:
case hive_t_dword_be: {
int32_t j = hivex_value_dword (h, values[i]);
- printf ("dword:%08" PRIx32
"\""
, j);
+ printf ("dword:%08" PRIx32, j);
break;
}