diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-03 17:37:45 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-03 17:37:45 +0000 |
commit | f09953561bebb310cfe6a534c1262d77433a4e42 (patch) | |
tree | f1c3f89d74931b5f191212a73c1513d19803ee0d /src/modules/hs_request.c | |
parent | 69ed36bbf5a6aebc34a5a86946398083a45ab981 (diff) |
Merge commit 'cbx/anopeng-charfix' into anopeng
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1408 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/modules/hs_request.c')
-rw-r--r-- | src/modules/hs_request.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/hs_request.c b/src/modules/hs_request.c index e2a5a51b6..b80e51a55 100644 --- a/src/modules/hs_request.c +++ b/src/modules/hs_request.c @@ -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; |