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
2df18cf5
Commit
2df18cf5
authored
Sep 10, 2018
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wb command 'set parameter' works for attributes of type DisableAttr
parent
cf62149e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
wb/lib/wb/src/wb_utl.cpp
wb/lib/wb/src/wb_utl.cpp
+2
-1
No files found.
wb/lib/wb/src/wb_utl.cpp
View file @
2df18cf5
...
@@ -5093,7 +5093,8 @@ static int utl_set_parameter(pwr_sAttrRef* arp, ldh_tSesContext ldhses,
...
@@ -5093,7 +5093,8 @@ static int utl_set_parameter(pwr_sAttrRef* arp, ldh_tSesContext ldhses,
case
pwr_eType_TypeId
:
case
pwr_eType_TypeId
:
case
pwr_eType_CastId
:
case
pwr_eType_CastId
:
case
pwr_eType_VolumeId
:
case
pwr_eType_VolumeId
:
case
pwr_eType_ObjectIx
:
{
case
pwr_eType_ObjectIx
:
case
pwr_eType_DisableAttr
:
{
p_UInt32
=
(
pwr_tUInt32
*
)
object_element
;
p_UInt32
=
(
pwr_tUInt32
*
)
object_element
;
sprintf
(
logstrptr
+
strlen
(
logstr
),
"( %u ) "
,
*
p_UInt32
);
sprintf
(
logstrptr
+
strlen
(
logstr
),
"( %u ) "
,
*
p_UInt32
);
sscanf
(
valuestr
,
"%d"
,
p_UInt32
);
sscanf
(
valuestr
,
"%d"
,
p_UInt32
);
...
...
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