From 3d0410aef956362a0db80f3f577016af7dcf91e3 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Wed, 22 Jul 2020 23:03:24 -0400 Subject: [PATCH] SCP: Updated to current. --- scp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scp.c b/scp.c index b3de1c0..0fe2165 100644 --- a/scp.c +++ b/scp.c @@ -13039,7 +13039,7 @@ while ((eol = strchr (debug_line_buf, '\n')) || flush) { if (debug_line_count > 0) _debug_fwrite (debug_line_buf_last, strlen (debug_line_buf_last)); if (debug_line_count > 1) { - char countstr[32]; + char countstr[40]; sprintf (countstr, "same as above (%d time%s)\r\n", (int)(debug_line_count - 1), ((debug_line_count - 1) != 1) ? "s" : ""); _debug_fwrite (debug_line_last_prefix, strlen (debug_line_last_prefix));