[Libguestfs] [PATCH 07/14] hivexsh: lsval: Remove stray quotation mark.

Richard Jones rjones at redhat.com
Fri Feb 5 13:07:00 UTC 2010


---
 hivex/hivexsh.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hivex/hivexsh.c b/hivex/hivexsh.c
index 39ca634..1bd3b8b 100644
--- 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;
       }
 
-- 
1.6.5.2




More information about the Libguestfs mailing list