Skip to content

Commit 6a098a0

Browse files
committed
use error_buf_size
1 parent 185e9ae commit 6a098a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libnml/rcs/rcs_print.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ long rcs_print_mode_flags = PRINT_RCS_ERRORS;
4747
FILE *rcs_print_file_stream = NULL;
4848
char rcs_print_file_name[80] = "rcs_out.txt";
4949

50-
char last_error_bufs[4][256];
50+
char last_error_bufs[4][error_buf_size];
5151
int error_bufs_initialized = 0;
5252
int last_error_buf_filled = 0;
5353

0 commit comments

Comments
 (0)