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 the array delimiter not being cleared (off by 1 error)
main
Ludovic 'Archivist' Lagouardette
il y a 6 mois
Parent
7851949aeb
révision
6acd1d260f
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
lib.c
+ 2
- 0
lib.c
Voir le fichier
@ -1643,6 +1643,8 @@ 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