From 84d21c48af84b555806ea73ce61a653d19d410f4 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Wed, 14 Jan 2026 12:43:43 +0100 Subject: [PATCH] =?UTF-8?q?EgtMachKernel=20:=20-=20di=20default=20le=20svu?= =?UTF-8?q?otature=20sono=20fatte=20con=20PocketingNT=20(si=20pu=C3=B2=20f?= =?UTF-8?q?orzare=20da=20INI=20la=20vecchia=20modalit=C3=A0=20[Mach]=20Poc?= =?UTF-8?q?keting=3D1).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MachiningRegister.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MachiningRegister.h b/MachiningRegister.h index e9e1d7a..5a98316 100644 --- a/MachiningRegister.h +++ b/MachiningRegister.h @@ -30,7 +30,7 @@ RegisterPocketing( void) if ( bFirst) { std::string sIniPath ; ExeGetIniFile( sIniPath) ; - int nPockType = GetPrivateProfileInt( SEC_MACH, KEY_POCKETING, 1, sIniPath.c_str()) ; + int nPockType = GetPrivateProfileInt( SEC_MACH, KEY_POCKETING, 2, sIniPath.c_str()) ; if ( nPockType == 2) UserObjRegister::DoRegister( GetOperationClass( OPER_POCKETING)) ; else