From 43fb7ab7c2598a552d8aabfa4e15ebdfd7165797 Mon Sep 17 00:00:00 2001 From: zhangning Date: Fri, 10 Jun 2022 15:13:06 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=AE=E5=A4=8Dinclude=E9=83=A8?= =?UTF-8?q?=E5=88=86=E4=B8=A2=E5=A4=B1=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangning --- tools/hcs-view/hcsWebView/src/MainEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hcs-view/hcsWebView/src/MainEditor.js b/tools/hcs-view/hcsWebView/src/MainEditor.js index 7cf5887a..be584c62 100644 --- a/tools/hcs-view/hcsWebView/src/MainEditor.js +++ b/tools/hcs-view/hcsWebView/src/MainEditor.js @@ -416,7 +416,7 @@ class MainEditor { pme.checkAllError(); XMessage.gi().send("writefile", { fn: pme.filePoint_, - data: Generator.gi().objToHcs(pme.files_[pme.filePoint_], 0) + data: Generator.gi().makeHcs(pme.filePoint_,pme.files_[pme.filePoint_]) }) } else if (type.substring(0, 13) == "change_target") {