diff --git a/EXE_Exchange.cpp b/EXE_Exchange.cpp index 8e59a40..5b9adc8 100644 --- a/EXE_Exchange.cpp +++ b/EXE_Exchange.cpp @@ -547,7 +547,7 @@ ExeExport3dm( int nId, const string& sFilePath, int nFilter) { IGeomDB* pGeomDB = GetCurrGeomDB() ; VERIFY_GEOMDB( pGeomDB, false) - bool bOk = true ; + bool bOk = true ; // esporto il file 3dm // preparo l'esportatore PtrOwner pExp3dm( MyCreateExport3dm()) ; @@ -558,8 +558,8 @@ ExeExport3dm( int nId, const string& sFilePath, int nFilter) // se richiesto, salvo il comando Lua equivalente if ( IsCmdLog()) { string sLua = "EgtExport3dm(" + ToString( nId) + ",'" + - StringToLuaString( sFilePath) + "')" + - " -- Ok=" + ToString( bOk) ; + StringToLuaString( sFilePath) + "')" + + " -- Ok=" + ToString( bOk) ; LOG_INFO( GetCmdLogger(), sLua.c_str()) ; } // restituisco il risultato