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:
57775bf
)
strdup -> xstrdup
author
Christos Zoulas
<christos@zoulas.com>
Thu, 6 Oct 2011 14:34:30 +0000
(10:34 -0400)
committer
Christos Zoulas
<christos@zoulas.com>
Thu, 6 Oct 2011 14:34:30 +0000
(10:34 -0400)
amd/ops_cdfs.c
patch
|
blob
|
history
diff --git
a/amd/ops_cdfs.c
b/amd/ops_cdfs.c
index c5db48ef633f286a1e3c60a5e06362c1a4b903fc..725655970b27a5b39a0d7fbdb0438f5564b189ab 100644
(file)
--- a/
amd/ops_cdfs.c
+++ b/
amd/ops_cdfs.c
@@
-97,7
+97,7
@@
cdfs_match(am_opts *fo)
/*
* Determine magic cookie to put in mtab
*/
- return strdup(fo->opt_dev);
+ return
x
strdup(fo->opt_dev);
}