]> diplodocus.org Git - nmh/commitdiff
uip/folder.c: Rewrite plural test to common form.
authorRalph Corderoy <ralph@inputplus.co.uk>
Sat, 13 May 2017 17:39:06 +0000 (18:39 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sat, 13 May 2017 17:39:06 +0000 (18:39 +0100)
The common form is a choice between "" and "s".  This one occurrence was
using " " and "s" so either output was a fixed width.  Alter the
printf(3) format string from `%s' to `%1s' to provide that instead.
Allows the new code to be altered by an upcoming `plural' change.


No differences found