fix invalid format string

This commit is contained in:
Reto Brunner 2019-12-22 13:08:23 +01:00 committed by Drew DeVault
parent ce42429cbf
commit 2708628857
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ func ParseMessageFormat(
if marked {
markedFlag = "*"
}
retval = append(retval, '3', 's')
retval = append(retval, '4', 's')
args = append(args, readReplyFlag+delFlag+flaggedFlag+markedFlag)
// Move the below cases to proper alphabetical positions once