diff options
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r-- | lib/param/param_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 96a2f5a0e3..461634b07e 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2221,7 +2221,7 @@ static struct parm_struct parm_table[] = { .label = "queuepause command", .type = P_STRING, .p_class = P_LOCAL, - .offset = LOCAL_VAR(szQueuepausecommand), + .offset = LOCAL_VAR(queuepausecommand), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_PRINT | FLAG_GLOBAL, |