aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/astmm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/astmm.c b/main/astmm.c
index 3d180acec..69c124fbe 100644
--- a/main/astmm.c
+++ b/main/astmm.c
@@ -65,7 +65,7 @@ static FILE *mmlog;
static struct ast_region {
struct ast_region *next;
- char file[40];
+ char file[64];
char func[40];
unsigned int lineno;
enum func_type which;