This commit is contained in:
f1iwq2
2020-12-23 12:12:19 +01:00
parent 77b55f6aee
commit db036a7bd8
16 changed files with 1434 additions and 2764 deletions

View File

@@ -130,12 +130,13 @@ begin
begin
i:=pos('.zip',s);
trouve_zip:=i<>0;
if trouve_zip then s3:=s;
if trouve_zip then
s3:=s;
end;
// Aff(s)
end;
closefile(fichier);
if trouve_version then
if trouve_version and trouve_zip then
begin
// isoler le champ version
i:=pos('version ',s2);
@@ -190,7 +191,7 @@ begin
end
else
begin
if notificationVersion then Affiche('Pas d''accès au site CDM rail',clorange);
if notificationVersion then Affiche('Pas d''accès au site CDM rail ou échec téléchargement',clorange);
end;
end;