Fix regression

This commit is contained in:
Arun Prakash Jana 2019-01-22 00:13:21 +05:30
parent a3dfeafa56
commit 5623cc55bb
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

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)