[Toybox] [PATCH] Fix a typo in an ls.c comment.

2015-05-15 Thread enh
Fix a typo in an ls.c comment. diff --git a/toys/posix/ls.c b/toys/posix/ls.c index 35d1034..7e9f47d 100644 --- a/toys/posix/ls.c +++ b/toys/posix/ls.c @@ -532,7 +532,7 @@ void ls_main(void) dt = dirtree_start(*s, !(toys.optflags(FLAG_l|FLAG_d|FLAG_F)) ||

[Toybox] [PATCH] Fix ps.c build.

2015-05-15 Thread enh
Fix ps.c build. Found by clang... external/toybox/toys/pending/ps.c:315:21: error: address of array 'field-title' will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion] if (!field-title) strcpy(field-title, typos[field-which]); ^ diff --git

Re: [Toybox] [Aboriginal] notcurses

2015-05-15 Thread David Seikel
On Fri, 15 May 2015 17:24:03 -0500 Rob Landley r...@landley.net wrote: On 05/15/2015 01:40 PM, Kartik Agaram wrote: Rob, I just had your post from the 27th pop up on my RSS reader: http://www.landley.net/notes-2015.html#27-04-2015 Technically this is a toybox question. :) Are you