From 220a667fbe8c25e792be4e44ada8fdd2dc553519 Mon Sep 17 00:00:00 2001 From: JianjunLiu Date: Mon, 6 Jun 2022 10:06:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit unit 取消缩进 --- designer/utslcodeformat.tsf | 2 +- funcext/tvclib/uvclthreadworker.tsf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/designer/utslcodeformat.tsf b/designer/utslcodeformat.tsf index 573db3b..762a220 100644 --- a/designer/utslcodeformat.tsf +++ b/designer/utslcodeformat.tsf @@ -683,7 +683,7 @@ type TFormatParser = class ChangeLine(); Formataline(bkindex,FTkIndex); ChangeLine(); - FHier.Push(); +// FHier.Push(); //20220606 unit ȥ FStates.Push(BT_UNIT); state := BT_UNIT; //return ""; diff --git a/funcext/tvclib/uvclthreadworker.tsf b/funcext/tvclib/uvclthreadworker.tsf index c5f869c..2256f60 100644 --- a/funcext/tvclib/uvclthreadworker.tsf +++ b/funcext/tvclib/uvclthreadworker.tsf @@ -60,7 +60,7 @@ type TCustomThreadworker = class() if not ifarray(FThreaders) then FThreaders := array(); FThreader := new tworkerHost(); FThreaders[inttostr(FThreader.handle)] := FThreader; - if not (checkok(s,libs,declaration)) then raise "̹߳ʧ!"; + if not (checkok(s,lib,declaration)) then raise "̹߳ʧ!"; uibeginthreadworker(FScript); end function Operator [](idx);