diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal/lib/com_err/compile_et.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/heimdal/lib/com_err/compile_et.c b/source4/heimdal/lib/com_err/compile_et.c index c72abdecc86..5841ecaabaf 100644 --- a/source4/heimdal/lib/com_err/compile_et.c +++ b/source4/heimdal/lib/com_err/compile_et.c @@ -60,8 +60,8 @@ extern int yydebug = 1; #endif char *filename; -char hfn[128]; -char cfn[128]; +char hfn[130]; +char cfn[130]; struct error_code *codes = NULL; @@ -128,7 +128,7 @@ static int generate_h(void) { struct error_code *ec; - char fn[128]; + char fn[134]; FILE *h_file = fopen(hfn, "w"); char *p; |