aboutsummaryrefslogtreecommitdiff
path: root/mdu.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdu.c')
-rw-r--r--mdu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdu.c b/mdu.c
index b6a7523..b17f46d 100644
--- a/mdu.c
+++ b/mdu.c
@@ -69,7 +69,7 @@ static int dir_mdu(direntry_t *entry, MainParam_t *mp)
Arg_t *parentArg = (Arg_t *) (mp->arg);
Arg_t arg;
int ret;
-
+
arg = *parentArg;
arg.mp.arg = (void *) &arg;
arg.parent = parentArg;