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
aebc2554
Commit
aebc2554
authored
Sep 07, 2017
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Plc trace bugfix for array element database name
parent
a206f796
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
wb/lib/wb/src/wb_gcg.cpp
wb/lib/wb/src/wb_gcg.cpp
+4
-4
No files found.
wb/lib/wb/src/wb_gcg.cpp
View file @
aebc2554
...
...
@@ -1733,7 +1733,7 @@ int gcg_get_debug (
if
(
EVEN
(
sts
))
return
sts
;
pos
=
strcspn
(
output_par
,
"["
)
;
output_par
[
pos
]
=
'\0'
;
//
output_par[pos] = '\0';
/* Get the name of the node */
sts
=
ldh_AttrRefToName
(
...
...
@@ -2018,8 +2018,8 @@ static int gcg_pgmname_to_parname(
free
((
char
*
)
bodydef
);
/* Copy the index string
?????
*/
/* strcpy( parname, indexstr); */
/* Copy the index string */
strcat
(
parname
,
indexstr
);
return
GSX__SUCCESS
;
}
...
...
@@ -17690,4 +17690,4 @@ int gcg_comp_plcembed( ldh_tSession ldhses, pwr_tOid oid)
if
(
!
found
)
return
GSX__CLASSERR
;
return
GSX__SUCCESS
;
}
\ No newline at end of file
}
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