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:
11f942d
)
strdup -> xstrdup
author
Christos Zoulas
<christos@zoulas.com>
Thu, 6 Oct 2011 14:34:39 +0000
(10:34 -0400)
committer
Christos Zoulas
<christos@zoulas.com>
Thu, 6 Oct 2011 14:34:39 +0000
(10:34 -0400)
amd/ops_efs.c
patch
|
blob
|
history
diff --git
a/amd/ops_efs.c
b/amd/ops_efs.c
index 1af10a27f1957e5478970574805dc7685fd8875d..164090b10a362c2575d5e2f49110221970941c71 100644
(file)
--- a/
amd/ops_efs.c
+++ b/
amd/ops_efs.c
@@
-98,7
+98,7
@@
efs_match(am_opts *fo)
/*
* Determine magic cookie to put in mtab
*/
- return strdup(fo->opt_dev);
+ return
x
strdup(fo->opt_dev);
}