This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
ink
關註
1
收藏
0
複製
0
程式碼
問題管理
4
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Fixed the array delimiter not being cleared (off by 1 error)
main
Ludovic 'Archivist' Lagouardette
6 月之前
父節點
7851949aeb
當前提交
6acd1d260f
共有
1 個文件被更改
,包括
2 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
lib.c
+ 2
- 0
lib.c
查看文件
@ -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
)
;
}
Write
Preview
Loading…
取消
儲存