diff options
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r-- | lib/param/param_table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 3b1555d936..dcd8f3efd2 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -310,7 +310,7 @@ static struct parm_struct parm_table[] = { .label = "path", .type = P_STRING, .p_class = P_LOCAL, - .offset = LOCAL_VAR(szPath), + .offset = LOCAL_VAR(pathname), .special = NULL, .enum_list = NULL, .flags = FLAG_BASIC | FLAG_ADVANCED | FLAG_SHARE | FLAG_PRINT, @@ -319,7 +319,7 @@ static struct parm_struct parm_table[] = { .label = "directory", .type = P_STRING, .p_class = P_LOCAL, - .offset = LOCAL_VAR(szPath), + .offset = LOCAL_VAR(pathname), .special = NULL, .enum_list = NULL, .flags = FLAG_HIDE, |