Skip to content

Commit

Permalink
Yepah!
Browse files Browse the repository at this point in the history
  • Loading branch information
sodero committed Jun 22, 2020
1 parent dd0621e commit 3f66a5b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/args.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,10 @@ static bool arg_cli(int argc, char **argv)
(void) argc;
(void) argv;

<<<<<<< HEAD
=======
// Hack to get around ReadArgs overwriting dir names. Should be fixed.
char *old = args[ARG_OLDDIR], *home = args[ARG_HOMEDIR];
args[ARG_HOMEDIR] = args[ARG_OLDDIR] = NULL;

>>>>>>> axrt_test
// Use the builtin commandline parser.
struct RDArgs *rda = (struct RDArgs *) ReadArgs(tr(S_ARGS), (LONG *) args,
NULL);
Expand Down

0 comments on commit 3f66a5b

Please sign in to comment.