We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185e9ae commit 6a098a0Copy full SHA for 6a098a0
src/libnml/rcs/rcs_print.cc
@@ -47,7 +47,7 @@ long rcs_print_mode_flags = PRINT_RCS_ERRORS;
47
FILE *rcs_print_file_stream = NULL;
48
char rcs_print_file_name[80] = "rcs_out.txt";
49
50
-char last_error_bufs[4][256];
+char last_error_bufs[4][error_buf_size];
51
int error_bufs_initialized = 0;
52
int last_error_buf_filled = 0;
53
0 commit comments