Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Archivist
/
ink
Segui
1
Vota
0
Forka
0
Codice
Problemi
4
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Fixed the array delimiter not being cleared (off by 1 error)
main
Ludovic 'Archivist' Lagouardette
6 mesi fa
parent
7851949aeb
commit
6acd1d260f
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-0
lib.c
+ 2
- 0
lib.c
Vedi File
@ -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
)
;
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva