1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 05:13:12 +02:00

BUILD : 1.7.5 (328) BUGS : N/A NOTES : Fixed a couple of null char entrys on svn

git-svn-id: svn://svn.anope.org/anope/trunk@328 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@204 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-08-23 19:07:34 +00:00
parent 61a23cd017
commit 95755079a0
5 changed files with 12 additions and 2 deletions
+2
View File
@@ -1,4 +1,5 @@
/* Miscellaneous routines.
/* Miscellaneous routines.
/* Miscellaneous routines.
*
* (C) 2003 Anope Team
@@ -710,4 +711,5 @@ int nickIsServices(char *nick)
return found;
}
+2
View File
@@ -1,4 +1,5 @@
/* Modular support
/* Modular support
/* Modular support
*
* (C) 2003 Anope Team
@@ -2024,4 +2025,5 @@ void moduleCleanStruct(ModuleData * moduleData[])
}
/* EOF */
+2
View File
@@ -1,4 +1,5 @@
/* MySQL functions.
/* MySQL functions.
/* MySQL functions.
*
* (C) 2003 Anope Team
@@ -1609,3 +1610,4 @@ void db_mysql_load_ns_dbase(void)
}
}
+1 -1
View File
@@ -1,4 +1,5 @@
/* News functions.
/* News functions.
/* News functions.
*
* (C) 2003 Anope Team
@@ -97,7 +98,6 @@ struct newsmsgs msgarray[] = {
};
/* *INDENT-ON* */
static int *findmsgs(int16 type, char **typename)
{
int i;
for (i = 0; i < lenof(msgarray); i++) {
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="5"
VERSION_BUILD="327"
VERSION_BUILD="328"
# $Log$
#
# BUILD : 1.7.5 (328)
# BUGS : N/A
# NOTES : Fixed a couple of null char entrys on svn
#
# BUILD : 1.7.5 (327)
# BUGS : none
# NOTES : Merged anope-capab into main trunk...