diff --git a/sys/vms/vmsmail.c b/sys/vms/vmsmail.c index f625bbf84..47085181c 100644 --- a/sys/vms/vmsmail.c +++ b/sys/vms/vmsmail.c @@ -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; }