git.annexia.org
/
hivex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56e3b1c
)
hivexsh: del command: Fix error message.
author
Richard Jones
<rjones@redhat.com>
Thu, 4 Feb 2010 16:32:22 +0000
(16:32 +0000)
committer
Richard Jones
<rjones@redhat.com>
Fri, 19 Feb 2010 15:01:34 +0000
(15:01 +0000)
hivex/hivexsh.c
patch
|
blob
|
history
diff --git
a/hivex/hivexsh.c
b/hivex/hivexsh.c
index
1bd3b8b
..
d5d9ada
100644
(file)
--- a/
hivex/hivexsh.c
+++ b/
hivex/hivexsh.c
@@
-1069,7
+1069,7
@@
cmd_del (char *args)
hive_node_h new_cwd = hivex_node_parent (h, cwd);
if (hivex_node_delete_child (h, cwd) == -1) {
- perror ("del");
+ perror ("
hivexsh:
del");
return -1;
}