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
d8a3b129
Commit
d8a3b129
authored
Feb 26, 2009
by
Claes pwr46/data0/x4-6-0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Error message in classeditor if Elements > 1 and arraybit not set in flags in attribute object
parent
3e1faab7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
wb/lib/wb/src/wb_wblnode.cpp
wb/lib/wb/src/wb_wblnode.cpp
+4
-0
No files found.
wb/lib/wb/src/wb_wblnode.cpp
View file @
d8a3b129
...
...
@@ -992,6 +992,10 @@ void wb_wblnode::buildAttribute( ref_wblnode classdef, ref_wblnode objbodydef,
if
(
!
o
->
bws
||
o
->
bws
->
o
->
a
.
type
!=
pwr_eType_DisableAttr
)
m_vrep
->
error
(
"DisableAttr attribute not found"
,
getFileName
(),
line_number
);
}
if
(
((
pwr_sParam
*
)
o
->
rbody
)
->
Info
.
Elements
>
1
&&
!
(((
pwr_sParam
*
)
o
->
rbody
)
->
Info
.
Flags
&
PWR_MASK_ARRAY
))
m_vrep
->
error
(
"Array flag not set though Elements larger than 1"
,
getFileName
(),
line_number
);
}
void
wb_wblnode
::
buildBuffer
(
ref_wblnode
classdef
,
ref_wblnode
objbodydef
,
...
...
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