Re: msgid typos in findutils 4.3.12

2007-12-20 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jakub Bogusz on 12/19/2007 11:20 PM: > #: xargs/xargs.c:1284 > #, c-format > msgid "%1$s: value for -%2$c option should be >= %3%ld\n" > > - it probably should end with "%3$ld\n" Another argument why using %ld is simpler than %3$ld in th

Re: msgid typos in findutils 4.3.12

2007-12-20 Thread James Youngman
On Dec 20, 2007 6:20 AM, Jakub Bogusz <[EMAIL PROTECTED]> wrote: > Hello, > > I've found two format string typos in findutils-4.3.12 .pot: Thanks! I had already installed a fix contributed by Clytie Siddall for the first problem, but I installed your second change with this ChangeLog entry:- 20

msgid typos in findutils 4.3.12

2007-12-19 Thread Jakub Bogusz
Hello, I've found two format string typos in findutils-4.3.12 .pot: #: find/find.c:529 msgid "%1$s%2$s changed during execution of %3$s (old inode number %4$ld, new inode number %5$ld, file system type is %5$s) [ref %7$ld]" - it should contain "%6$s" instead of the second use of %5$ #: xargs/x