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
Match the whole path to enable associations based on a prefix dir
master
lostd
10 years ago
parent
3b5fe15166
commit
57642a9410
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
noice.c
+ 1
- 1
noice.c
View File
@@ -645,7 +645,7 @@ nochange:
filter = xstrdup(ifilter);
goto out;
case S_IFREG:
bin = openwith(n
ame
);
bin = openwith(n
ewpath
);
if (bin == NULL) {
printmsg("No association");
free(newpath);
Write
Preview
Loading…
Cancel
Save