Use xstrdup for style.
This commit is contained in:
parent
e6fc30da61
commit
bfb87f2d51
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user