Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
Immanuel
/
nnn
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
Fix memory leaks
master
lostd
il y a 10 ans
Parent
4b56e4a122
révision
bc766bc4a8
1 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+2
-0
noice.c
+ 2
- 0
noice.c
Voir le fichier
@@ -421,6 +421,7 @@ again:
bin = openwith(name);
if (bin == NULL) {
printmsg("No association");
free(pathnew);
goto nochange;
}
@@ -439,6 +440,7 @@ again:
goto redraw;
default:
printmsg("Unsupported file");
free(pathnew);
goto nochange;
}
}
Écrire
Aperçu
Chargement…
Annuler
Enregistrer