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 4fe5e076..7f5b95b4 100644
--- a/mbbsd/record.c
+++ b/mbbsd/record.c
@@ -26,7 +26,7 @@ get_sum_records(const char *fpath, int size)
int ans = 0;
FILE *fp;
fileheader_t fhdr;
- char buf[200], *p;
+ char buf[PATHLEN], *p;
// Ptt : should avoid big loop
if ((fp = fopen(fpath, "r"))==NULL)