mirror of
https://github.com/jarun/nnn.git
synced 2025-04-12 08:26:33 +00:00
Fix regression
This commit is contained in:
parent
a3dfeafa56
commit
5623cc55bb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue