commit 02a48aa8 split of g fixup

This commit is contained in:
nhmall
2023-05-17 21:17:35 -04:00
parent 49e93760a8
commit 75e8e06dee

View File

@@ -285,10 +285,10 @@ parse_brdcst(char *buf) /* called by parse_next_broadcast() */
if (txt && strlen(txt) > BUFSZ - 50)
txt[BUFSZ - 50] = '\0';
msgm.message_typ = typ; /* simple index */
msg.message_typ = typ; /* simple index */
msg.display_txt = txt; /* text for daemon to pline() */
msg.object_nam = nam; /* 'name' for mail scroll */
msgr.response_cmd = cmd; /* command to spawn when scroll read */
msg.response_cmd = cmd; /* command to spawn when scroll read */
return &msg;
}