fix invalid format string
This commit is contained in:
parent
ce42429cbf
commit
2708628857
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue