Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
Archivist
/
ink
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
4
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
Fixed what appears to be extra zealous array cleanup
main
Ludovic 'Archivist' Lagouardette
il y a 1 an
Parent
4fe7c555ad
révision
2d6ae0ebe1
1 fichiers modifiés
avec
1 ajouts
et
2 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
+1
-2
lib.c
+ 1
- 2
lib.c
Voir le fichier
@ -1703,8 +1703,7 @@ static void push_delimited_array(struct context* ctx) {
while
(
counter
-
-
)
{
ink_pop
(
ctx
)
;
}
/* Pop the marker too */
ink_pop
(
ctx
)
;
/* Put value in place */
ink_push
(
ctx
,
a
)
;
}
Écrire
Aperçu
Chargement…
Annuler
Enregistrer