File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -432,13 +432,12 @@ procedure TBlkVyhybka.SetSettings(data:TBlkVyhSettings);
432432 end ;
433433 end else begin
434434 // 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 ;
442441 end ;
443442
444443 if (data.RCSAddrs <> Self.VyhSettings.RCSAddrs) then
Original file line number Diff line number Diff line change 293293 <VersionInfo Name="AutoIncBuild">True</VersionInfo>
294294 <VersionInfo Name="MajorVer">4</VersionInfo>
295295 <VersionInfo Name="MinorVer">16</VersionInfo>
296- <VersionInfo Name="Release">3 </VersionInfo>
296+ <VersionInfo Name="Release">4 </VersionInfo>
297297 <VersionInfo Name="Build">0</VersionInfo>
298298 <VersionInfo Name="Debug">False</VersionInfo>
299299 <VersionInfo Name="PreRelease">False</VersionInfo>
306306 <VersionInfoKeys>
307307 <VersionInfoKeys Name="CompanyName">Jan Horáček</VersionInfoKeys>
308308 <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>
310310 <VersionInfoKeys Name="InternalName">hJOPserver</VersionInfoKeys>
311311 <VersionInfoKeys Name="LegalCopyright">Jan Horáček 2008-2019</VersionInfoKeys>
312312 <VersionInfoKeys Name="LegalTrademarks"/>
You can’t perform that action at this time.
0 commit comments