wmbiff: Remove trailing colon from mailbox label
So now we have one extra char for the label name. Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
This commit is contained in:
parent
623336526b
commit
4bcb5314a5
|
@ -476,7 +476,6 @@ static void init_biff(char *config_file)
|
|||
if (j < 5) {
|
||||
memset(mbox[i].label + j, ' ', 5 - j);
|
||||
}
|
||||
mbox[i].label[5] = ':';
|
||||
}
|
||||
/* but always end after 5 characters */
|
||||
mbox[i].label[6] = '\0';
|
||||
|
|
Loading…
Reference in a new issue