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
9bf3c1c5
Commit
9bf3c1c5
authored
Mar 12, 2014
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wb load bugfix for DataAritmL objects
parent
d670db23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
wb/lib/wb/src/wb_wblnode.cpp
wb/lib/wb/src/wb_wblnode.cpp
+5
-5
No files found.
wb/lib/wb/src/wb_wblnode.cpp
View file @
9bf3c1c5
...
...
@@ -1186,13 +1186,13 @@ void wb_wblnode::buildAttr( ref_wblnode object, pwr_eBix bix)
ref_wblnode
second_child
;
ref_wblnode
next_sibling
;
int
oper
;
char
value
[
2048
];
char
value
[
8192
];
size_t
size
,
offset
;
int
elements
;
pwr_tTypeId
tid
;
pwr_eType
type
;
int
flags
;
char
buf
[
2048
];
char
buf
[
8192
];
int
int_val
,
current_int_val
;
bool
string_continue
=
false
;
...
...
@@ -1391,12 +1391,12 @@ void wb_wblnode::buildBuffAttr( ref_wblnode object, pwr_eBix bix, pwr_tCid buffe
ref_wblnode
second_child
;
ref_wblnode
next_sibling
;
int
oper
;
char
value
[
2048
];
char
value
[
8192
];
size_t
size
,
offset
;
int
elements
;
pwr_tTypeId
tid
;
pwr_eType
type
;
char
buf
[
2048
];
char
buf
[
8192
];
int
int_val
,
current_int_val
;
wb_cdrep
*
cdrep
;
wb_adrep
*
adrep
;
...
...
@@ -1910,7 +1910,7 @@ void wb_wblnode::registerNode( wb_vrepwbl *vol)
else
if
(
getType
()
==
tokens
.
STRING_LITERAL
)
{
// Remove quotes and replace \" with " and also backslash
char
str
[
2048
];
char
str
[
8192
];
const
char
*
s
;
char
*
t
;
bool
first
=
true
;
...
...
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