summaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.c b/init.c
index 87e5005de..1a9006712 100644
--- a/init.c
+++ b/init.c
@@ -891,7 +891,7 @@ int init(int ac, char **av)
/* Write the StartGlobal */
if (GlobalOnCycle) {
if (GlobalOnCycleUP)
- oper_global(NULL, GlobalOnCycleUP);
+ oper_global(NULL, "%s", GlobalOnCycleUP);
}
/* Success! */