From: Ralph Corderoy Date: Sat, 13 May 2017 17:39:06 +0000 (+0100) Subject: uip/folder.c: Rewrite plural test to common form. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/de237d4dc2cafee55bd50a15fbeb2d7a880a87cf?ds=sidebyside;hp=de237d4dc2cafee55bd50a15fbeb2d7a880a87cf uip/folder.c: Rewrite plural test to common form. 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. ---