From bfb87f2d5138f6494d7ff5f92fca34ed6040ac84 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 17 Jan 2011 08:34:03 +0000 Subject: [PATCH] Use xstrdup for style. --- src/rc/rc-depend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc/rc-depend.c b/src/rc/rc-depend.c index 7a4656e1..50227cc5 100644 --- a/src/rc/rc-depend.c +++ b/src/rc/rc-depend.c @@ -170,7 +170,7 @@ rc_depend(int argc, char **argv) options &= RC_DEP_TRACE; break; case 'F': - deptree_file = strdup(optarg); + deptree_file = xstrdup(optarg); break; case_RC_COMMON_GETOPT