noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit c6614067e4e47234c6e2602b6c963735135bd7ae
parent dbac1486c6f72845e2fdd524b58fec114f78ca91
Author: sin <sin@2f30.org>
Date:   Wed, 22 Oct 2014 16:28:23 +0100

Remember to set dents to NULL

Diffstat:
Mnoice.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/noice.c b/noice.c @@ -511,6 +511,7 @@ begin: if (r != 0) goto nochange; + dents = NULL; n = dentfill(dirp, &dents, visible, &filter_re); /* Make sure cur is in range */