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:
M | noice.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 */