diff options
author | atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b <atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-05-14 17:06:24 +0000 |
---|---|---|
committer | atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b <atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-05-14 17:06:24 +0000 |
commit | 770435f404e084997b04d49d662de84e93e0907b (patch) | |
tree | f92449ffe9a1290c93ba8b453380bd886f5095b8 /init.c | |
parent | bcefbd73b1226c3b10e9ae24b2f0ccb50eb2c936 (diff) |
BUILD : 1.7.2 (100) BUGS : 52 NOTES : Fixed a bug with globals containing format characters
git-svn-id: svn://svn.anope.org/anope/trunk@100 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@76 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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! */ |