1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 00:53:14 +02:00

Merge commit 'cbx/anopeng-charfix' into anopeng

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1408 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-10-03 17:37:45 +00:00
parent 69ed36bbf5
commit f09953561b
18 changed files with 104 additions and 103 deletions
+2 -2
View File
@@ -587,7 +587,7 @@ void hs_help(User * u)
void hsreq_load_db(void)
{
FILE *fp;
char *filename;
const char *filename;
char readbuf[1024];
char *nick, *vident, *vhost, *creator, *tmp;
int32 tmp_time;
@@ -646,7 +646,7 @@ void hsreq_load_db(void)
void hsreq_save_db(void)
{
FILE *fp;
char *filename;
const char *filename;
const char *vident;
HostCore *current;