Browse Source

Fix regression

master
Arun Prakash Jana 6 years ago
parent
commit
5623cc55bb
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c View File

@@ -2549,7 +2549,7 @@ static void populate(char *path, char *lastname)
if (!*lastname)
cur = 0;
else
dentfind(lastname, ndents);
cur = dentfind(lastname, ndents);
}

static void redraw(char *path)


Loading…
Cancel
Save