Commit c634801 1 parent 17da55f commit c634801 Copy full SHA for c634801
File tree 2 files changed +8
-9
lines changed
2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -432,13 +432,12 @@ procedure TBlkVyhybka.SetSettings(data:TBlkVyhSettings);
432
432
end ;
433
433
end else begin
434
434
// odebereme spojku z druhe vyhybky
435
-
436
- // pokud uz nebyla, neni co odebirat
437
- if (spojka_old = -1 ) then Exit();
438
-
439
- Blky.GetBlkByID(spojka_old, Blk);
440
- if ((Blk <> nil ) and (Blk.typ = _BLK_VYH)) then
441
- (Blk as TBlkVyhybka).SetSpojkaNoPropag(-1 );
435
+ if (spojka_old <> -1 ) then
436
+ begin
437
+ Blky.GetBlkByID(spojka_old, Blk);
438
+ if ((Blk <> nil ) and (Blk.typ = _BLK_VYH)) then
439
+ (Blk as TBlkVyhybka).SetSpojkaNoPropag(-1 );
440
+ end ;
442
441
end ;
443
442
444
443
if (data.RCSAddrs <> Self.VyhSettings.RCSAddrs) then
Original file line number Diff line number Diff line change 293
293
<VersionInfo Name="AutoIncBuild">True</VersionInfo>
294
294
<VersionInfo Name="MajorVer">4</VersionInfo>
295
295
<VersionInfo Name="MinorVer">16</VersionInfo>
296
- <VersionInfo Name="Release">3 </VersionInfo>
296
+ <VersionInfo Name="Release">4 </VersionInfo>
297
297
<VersionInfo Name="Build">0</VersionInfo>
298
298
<VersionInfo Name="Debug">False</VersionInfo>
299
299
<VersionInfo Name="PreRelease">False</VersionInfo>
306
306
<VersionInfoKeys>
307
307
<VersionInfoKeys Name="CompanyName">Jan Horáček</VersionInfoKeys>
308
308
<VersionInfoKeys Name="FileDescription">hJOP technologicky server</VersionInfoKeys>
309
- <VersionInfoKeys Name="FileVersion">4.16.3 .0</VersionInfoKeys>
309
+ <VersionInfoKeys Name="FileVersion">4.16.4 .0</VersionInfoKeys>
310
310
<VersionInfoKeys Name="InternalName">hJOPserver</VersionInfoKeys>
311
311
<VersionInfoKeys Name="LegalCopyright">Jan Horáček 2008-2019</VersionInfoKeys>
312
312
<VersionInfoKeys Name="LegalTrademarks"/>
You can’t perform that action at this time.
0 commit comments