From e9e2834effd46a3707bf3758cb6646c434dcec64 Mon Sep 17 00:00:00 2001 From: hans Date: Fri, 23 Dec 2022 11:21:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'funcext/TSOffice/TSUtils/?= =?UTF-8?q?NodeInfo.tsf'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix bug --- funcext/TSOffice/TSUtils/NodeInfo.tsf | 1 + 1 file changed, 1 insertion(+) diff --git a/funcext/TSOffice/TSUtils/NodeInfo.tsf b/funcext/TSOffice/TSUtils/NodeInfo.tsf index b11ca03..9a40686 100644 --- a/funcext/TSOffice/TSUtils/NodeInfo.tsf +++ b/funcext/TSOffice/TSUtils/NodeInfo.tsf @@ -63,6 +63,7 @@ public Function Marshal(); Begin + children_ := nil; GetChildrenEx(); //优化为变量,减少数据COPY,2022-12-10 child_arr := array(); len := 0;