summaryrefslogtreecommitdiffstats
path: root/mbbsd/record.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/record.c')
-rw-r--r--mbbsd/record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/record.c b/mbbsd/record.c
index 6d4b55e1..f5d5929c 100644
--- a/mbbsd/record.c
+++ b/mbbsd/record.c
@@ -35,7 +35,7 @@ int
get_sum_records(char *fpath, int size)
{
struct stat st;
- long ans = 0;
+ int ans = 0;
int fp;
fileheader_t fhdr;
char buf[200], *p;