From e89b3a9cdf3033b3809cd078cfd0f1ad85d727ed Mon Sep 17 00:00:00 2001 From: f1iwq2 Date: Mon, 21 Apr 2025 10:39:53 +0200 Subject: [PATCH] V10.5 --- UnitPrinc.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UnitPrinc.pas b/UnitPrinc.pas index 16a7585..7c580be 100644 --- a/UnitPrinc.pas +++ b/UnitPrinc.pas @@ -19704,7 +19704,7 @@ end; procedure explore_CDM_DGI(r : string); var Sr : TSearchRec; - s : string; // zizi + s : string; i,j : integer; begin r:=r+'\CDM_DGI\'; @@ -21269,7 +21269,7 @@ begin onConnect:=ClientInfoConnect; OnDisconnect:=ClientInfoDisconnect; OnError:=ClientInfoError; - // Open; //zizi se connecte au serveur SC et envoie les infos + Open; /// se connecte au serveur SC et envoie les infos end; //s:=GetCurrentDir;