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