Skip to content
Snippets Groups Projects
Commit 5cdd931f authored by rswindell's avatar rswindell
Browse files

Include the prepended space in the NodeConnection text.dat strings.

parent bacb95cf
No related branches found
No related tags found
No related merge requests found
...@@ -577,7 +577,7 @@ void sbbs_t::printnodedat(uint number, node_t* node) ...@@ -577,7 +577,7 @@ void sbbs_t::printnodedat(uint number, node_t* node)
default: default:
bputs(ultoa(node->action,tmp,10)); bputs(ultoa(node->action,tmp,10));
break; } break; }
bprintf(" %s",node_connection_desc(this, node->connection, tmp)); bputs(node_connection_desc(this, node->connection, tmp));
if(node->action==NODE_DLNG) { if(node->action==NODE_DLNG) {
if(cfg.sys_misc&SM_MILITARY) { if(cfg.sys_misc&SM_MILITARY) {
hour=node->aux/60; hour=node->aux/60;
......
...@@ -1189,10 +1189,10 @@ const char * const text_defaults[TOTAL_TEXT]={ ...@@ -1189,10 +1189,10 @@ const char * const text_defaults[TOTAL_TEXT]={
,"\x52\x75\x6e\x6e\x69\x6e\x67\x20\x65\x78\x74\x65\x72\x6e\x61\x6c\x20\x65\x76\x65\x6e\x74" ,"\x52\x75\x6e\x6e\x69\x6e\x67\x20\x65\x78\x74\x65\x72\x6e\x61\x6c\x20\x65\x76\x65\x6e\x74"
,"\x57\x61\x69\x74\x69\x6e\x67\x20\x66\x6f\x72\x20\x6e\x6f\x64\x65\x20\x25\x75\x20\x74\x6f\x20\x66\x69\x6e\x69\x73\x68\x20\x65\x78" ,"\x57\x61\x69\x74\x69\x6e\x67\x20\x66\x6f\x72\x20\x6e\x6f\x64\x65\x20\x25\x75\x20\x74\x6f\x20\x66\x69\x6e\x69\x73\x68\x20\x65\x78"
"\x74\x65\x72\x6e\x61\x6c\x20\x65\x76\x65\x6e\x74" "\x74\x65\x72\x6e\x61\x6c\x20\x65\x76\x65\x6e\x74"
,"\x76\x69\x61\x20\x74\x65\x6c\x6e\x65\x74" ,"\x20\x76\x69\x61\x20\x74\x65\x6c\x6e\x65\x74"
,"\x76\x69\x61\x20\x72\x6c\x6f\x67\x69\x6e" ,"\x20\x76\x69\x61\x20\x72\x6c\x6f\x67\x69\x6e"
,"\x76\x69\x61\x20\x73\x73\x68" ,"\x20\x76\x69\x61\x20\x73\x73\x68"
,"\x61\x74\x20\x25\x75\x62\x70\x73" ,"\x20\x61\x74\x20\x25\x75\x62\x70\x73"
,"\x01\x68\x01\x62\x51\x57\x4b\x20\x53\x65\x74\x74\x69\x6e\x67\x73\x20\x66\x6f\x72\x20\x01\x77\x25\x73\x20\x23\x25\x75\x3a\x01\x6e" ,"\x01\x68\x01\x62\x51\x57\x4b\x20\x53\x65\x74\x74\x69\x6e\x67\x73\x20\x66\x6f\x72\x20\x01\x77\x25\x73\x20\x23\x25\x75\x3a\x01\x6e"
"\x0d\x0a\x0d\x0a" "\x0d\x0a\x0d\x0a"
,"\x01\x6e\x01\x62\x5b\x01\x68\x01\x77\x41\x01\x6e\x01\x62\x5d\x20\x01\x68\x43\x74\x72\x6c\x2d\x41\x20\x43\x6f\x6c\x6f\x72\x20\x43" ,"\x01\x6e\x01\x62\x5b\x01\x68\x01\x77\x41\x01\x6e\x01\x62\x5d\x20\x01\x68\x43\x74\x72\x6c\x2d\x41\x20\x43\x6f\x6c\x6f\x72\x20\x43"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment