Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
7a353bd4
Commit
7a353bd4
authored
Aug 22, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Error in DSup in plc with stored Attribute
parent
0e964e7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
wb/lib/wb/src/wb_gcg.c
wb/lib/wb/src/wb_gcg.c
+3
-3
No files found.
wb/lib/wb/src/wb_gcg.c
View file @
7a353bd4
...
...
@@ -8753,7 +8753,7 @@ vldh_t_node node;
free
((
char
*
)
a_ptr
);
if
(
!
cdh_ObjidIsNull
(
aref
.
Objid
))
{
sts
=
gcg_replace_ref
(
gcgctx
,
&
aref
,
node
);
if
(
ODD
(
sts
)
)
{
if
(
sts
==
GSX__REPLACED
)
{
keep
=
1
;
/* Store replaced aref */
sts
=
ldh_SetObjectPar
(
gcgctx
->
ldhses
,
node
->
ln
.
oid
,
"RtBody"
,
...
...
@@ -14950,7 +14950,7 @@ static pwr_tStatus gcg_replace_ref( gcg_ctx gcgctx, pwr_sAttrRef *attrref,
attrref
->
Objid
=
connect_arp
->
Objid
;
attrref
->
Offset
+=
connect_arp
->
Offset
;
free
(
(
char
*
)
connect_arp
);
return
GSX__
SUCCESS
;
return
GSX__
REPLACED
;
}
else
if
(
attrref
->
Objid
.
vid
==
ldh_cPlcHostVolume
)
{
// Replace objid with host object
...
...
@@ -14979,7 +14979,7 @@ static pwr_tStatus gcg_replace_ref( gcg_ctx gcgctx, pwr_sAttrRef *attrref,
}
attrref
->
Objid
=
host_oid
;
return
GSX__
SUCCESS
;
return
GSX__
REPLACED
;
}
return
GSX__SUCCESS
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment