Commit 613706ff authored by Claes Sjofors's avatar Claes Sjofors

Plc compilation bugfix for open plc windoiw when compiling

parent 416f30e9
......@@ -2311,6 +2311,8 @@ int gcg_wind_comp_all(
else {
ldh_sSessInfo info;
wind = loaded_windlist[loaded_windcount - i - 1];
sts = ldh_GetSessionInfo( wind->hw.ldhses, &info);
if ( EVEN(sts)) return sts;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment