1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-13 23:35:30 +00:00

SCP: Updated to current.

This commit is contained in:
Richard Cornwell 2020-07-22 23:03:24 -04:00
parent 6f7d3a147a
commit 3d0410aef9

2
scp.c
View File

@ -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));