Skip to content
Snippets Groups Projects
Commit 39c82c50 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add a debug line when wrapping split-screen chat lines.

Is this the point when the lost chars problem happens?
parent f31de140
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2497 passed
......@@ -1023,6 +1023,7 @@ void sbbs_t::privchat(bool forced, int node_num)
if(ch==CR || (localchar>68 && ch==' ') || ++localchar>78) {
lprintf(LOG_DEBUG, "chat line wrapped, localchar=%d, ch=%x", localchar, ch);
localbuf[localline][localchar]=0;
localchar=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment