From 4f97c95a8d90d64e2b95708719ca73cfe7274d14 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 14 Nov 2023 09:36:59 +0100 Subject: [PATCH] EgtExecutor : - piccolo ritocco a scrittura funzione lua in log. --- EXE_Exchange.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EXE_Exchange.cpp b/EXE_Exchange.cpp index e70dc93..5501830 100644 --- a/EXE_Exchange.cpp +++ b/EXE_Exchange.cpp @@ -391,8 +391,8 @@ ExeImport3dm( const string& sFilePath) ExeSetModified() ; // se richiesto, salvo il comando Lua equivalente if ( IsCmdLog()) { - string sLua = "EgtImport3dm('" + StringToLuaString( sFilePath) + "'," + - " -- Ok=" + ToString( bOk) ; + string sLua = "EgtImport3dm('" + StringToLuaString( sFilePath) + "')" + + " -- Ok=" + ToString( bOk) ; LOG_INFO( GetCmdLogger(), sLua.c_str()) ; } // restituisco il risultato