mirror of
https://github.com/jarun/nnn.git
synced 2025-03-19 04:49:49 +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)
|
if (!*lastname)
|
||||||
cur = 0;
|
cur = 0;
|
||||||
else
|
else
|
||||||
dentfind(lastname, ndents);
|
cur = dentfind(lastname, ndents);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void redraw(char *path)
|
static void redraw(char *path)
|
||||||
|
|
Loading…
Add table
Reference in a new issue