fix invalid format string
This commit is contained in:
parent
ce42429cbf
commit
2708628857
|
@ -238,7 +238,7 @@ func ParseMessageFormat(
|
||||||
if marked {
|
if marked {
|
||||||
markedFlag = "*"
|
markedFlag = "*"
|
||||||
}
|
}
|
||||||
retval = append(retval, '3', 's')
|
retval = append(retval, '4', 's')
|
||||||
args = append(args, readReplyFlag+delFlag+flaggedFlag+markedFlag)
|
args = append(args, readReplyFlag+delFlag+flaggedFlag+markedFlag)
|
||||||
|
|
||||||
// Move the below cases to proper alphabetical positions once
|
// Move the below cases to proper alphabetical positions once
|
||||||
|
|
Loading…
Reference in New Issue