projects
/
am-utils-6.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
696498e
)
strdup -> xstrdup
author
Christos Zoulas
<christos@zoulas.com>
Thu, 6 Oct 2011 14:24:47 +0000
(10:24 -0400)
committer
Christos Zoulas
<christos@zoulas.com>
Thu, 6 Oct 2011 14:24:47 +0000
(10:24 -0400)
amd/amfs_error.c
patch
|
blob
|
history
diff --git
a/amd/amfs_error.c
b/amd/amfs_error.c
index bcfc4718660b48f04c4d9982333cabb093815feb..ff08580803889f0a8140ee3fe51cd6c49666adfb 100644
(file)
--- a/
amd/amfs_error.c
+++ b/
amd/amfs_error.c
@@
-92,7
+92,7
@@
am_ops amfs_error_ops =
static char *
amfs_error_match(am_opts *fo)
{
- return strdup("(error-hook)");
+ return
x
strdup("(error-hook)");
}