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:
9c6a62e
)
strdup -> xstrdup
author
Christos Zoulas
<christos@zoulas.com>
Thu, 6 Oct 2011 14:37:16 +0000
(10:37 -0400)
committer
Christos Zoulas
<christos@zoulas.com>
Thu, 6 Oct 2011 14:37:16 +0000
(10:37 -0400)
amd/ops_udf.c
patch
|
blob
|
history
diff --git
a/amd/ops_udf.c
b/amd/ops_udf.c
index 0c9dda59af81643bd87191374f0a79609aabee40..7542a9413b3786856383d2f36d3e0e8722b1e0c6 100644
(file)
--- a/
amd/ops_udf.c
+++ b/
amd/ops_udf.c
@@
-136,7
+136,7
@@
udf_match(am_opts *fo)
/*
* Determine magic cookie to put in mtab
*/
- return strdup(fo->opt_dev);
+ return
x
strdup(fo->opt_dev);
}
static int