diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-07 23:38:25 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-07 23:38:25 +0000 |
commit | 3324e62bae6f04e4f16f113b2e3352fae242f405 (patch) | |
tree | cfdd8d39e374619cad772aff317e2998fa078548 /src/datafiles.c | |
parent | 728fe3e1d42bf8cac353787480701b0a62559272 (diff) |
Merge branch 'anopeng' into anopeng-config
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1428 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/datafiles.c')
-rw-r--r-- | src/datafiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datafiles.c b/src/datafiles.c index fd1b05f94..10008952e 100644 --- a/src/datafiles.c +++ b/src/datafiles.c @@ -329,7 +329,7 @@ void restore_db(dbFILE * f) } if (!ok && f->backupfp) { char buf[1024]; - int i; + unsigned int i; ok = 1; if (fseek(f->fp, 0, SEEK_SET) < 0) ok = 0; |