Re: [Toybox] [PATCH] file: fix more '%' conversions than data arguments warning.

2018-09-21 Thread Rob Landley
On 09/17/2018 06:11 PM, enh wrote: > Not sure how I messed this up, since both the toybox and Android build > systems warn about this. (Android has -Werror, so at least it kept me > from checking this in there.) I fixed this on sunday, just forgot to push. (And I saw this email in the web archive

[Toybox] [PATCH] file: fix more '%' conversions than data arguments warning.

2018-09-17 Thread enh
Not sure how I messed this up, since both the toybox and Android build systems warn about this. (Android has -Werror, so at least it kept me from checking this in there.) --- toys/posix/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/posix/file.c