1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-22 02:25:05 +00:00

SCP: Updated to current.

This commit is contained in:
Richard Cornwell 2020-07-15 23:52:35 -04:00
parent 0ea734069b
commit 62e8b69241

2
scp.c
View File

@ -13072,7 +13072,7 @@ while ((eol = strchr (debug_line_buf, '\n')) || flush) {
else {
_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));