Re: [dev] Re: st: Use after free

2017-01-24 Thread tty0
January 23, 2017 11:45 AM, "hiro" <23h...@gmail.com> wrote: > nobody ever has time for me, *cry* aww ♥

Re: [dev] [sbase][PATCH] ls: only display directory headers when more than one directory is specified

2016-02-14 Thread tty0
On 2016-02-14 13:59, tty0 wrote: --- ls.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ls.c b/ls.c index 3611a87..36a1fb6 100644 --- a/ls.c +++ b/ls.c @@ -52,6 +52,7 @@ static int Uflag = 0; static int uflag = 0; static int first = 1; static char sort = 0

[dev] [sbase][PATCH] ls: only display directory headers when more than one directory is specified

2016-02-14 Thread tty0
--- ls.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ls.c b/ls.c index 3611a87..36a1fb6 100644 --- a/ls.c +++ b/ls.c @@ -52,6 +52,7 @@ static int Uflag = 0; static int uflag = 0; static int first = 1; static char sort = 0; +static size_t ds; static void ls(const