Parcourir la source

Match the whole path to enable associations based on a prefix dir

master
lostd il y a 10 ans
Parent
révision
57642a9410
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c Voir le fichier

@@ -645,7 +645,7 @@ nochange:
filter = xstrdup(ifilter);
goto out;
case S_IFREG:
bin = openwith(name);
bin = openwith(newpath);
if (bin == NULL) {
printmsg("No association");
free(newpath);


Chargement…
Annuler
Enregistrer