mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
BUILD : 1.7.2 (90) BUGS : NOTES : Accidently commited config.c
git-svn-id: svn://svn.anope.org/anope/trunk@90 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@66 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
e98f164511
commit
79a10a459d
@@ -675,7 +675,7 @@ void error(int linenum, char *message, ...)
|
||||
int parse(char *buf, int linenum, int reload)
|
||||
{
|
||||
char *s, *t, *dir;
|
||||
int i, n, optind, val, tmp;
|
||||
int i, n, optind, val;
|
||||
int retval = 1;
|
||||
int ac = 0;
|
||||
char *av[MAXPARAMS];
|
||||
|
||||
+5
-1
@@ -8,11 +8,15 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="2"
|
||||
VERSION_BUILD="89"
|
||||
VERSION_BUILD="90"
|
||||
VERSION_EXTRA=""
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.2 (90)
|
||||
# BUGS :
|
||||
# NOTES : Accidently commited config.c
|
||||
#
|
||||
# BUILD : 1.7.2 (89)
|
||||
# BUGS :
|
||||
# NOTES : Accidently commited config.c
|
||||
|
||||
Reference in New Issue
Block a user