This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix regression
master
Arun Prakash Jana
6 years ago
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
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save