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
7b25b67c
Commit
7b25b67c
authored
Sep 03, 2019
by
Claes Sjofors
Committed by
Claes Sjöfors
Mar 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WbEnvironmnet.Path increased
parent
63cabff9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/wbl/pwrb/src/pwrb_c_wbenvironment.wb_load
src/wbl/pwrb/src/pwrb_c_wbenvironment.wb_load
+1
-1
wb/lib/wb/src/wb_erep.h
wb/lib/wb/src/wb_erep.h
+1
-1
wb/lib/wb/src/wb_lfu.cpp
wb/lib/wb/src/wb_lfu.cpp
+1
-1
No files found.
src/wbl/pwrb/src/pwrb_c_wbenvironment.wb_load
View file @
7b25b67c
...
@@ -70,7 +70,7 @@ SObject pwrb:Class
...
@@ -70,7 +70,7 @@ SObject pwrb:Class
Body SysBody
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
Attr TypeRef = "pwrs:Type-$String80"
Attr Flags |= PWR_MASK_ARRAY
Attr Flags |= PWR_MASK_ARRAY
Attr Elements =
2
0
Attr Elements =
5
0
EndBody
EndBody
EndObject
EndObject
EndObject
EndObject
...
...
wb/lib/wb/src/wb_erep.h
View file @
7b25b67c
...
@@ -78,7 +78,7 @@ class wb_erep {
...
@@ -78,7 +78,7 @@ class wb_erep {
std
::
vector
<
wb_vrep
*>
m_vrepbuffer
;
std
::
vector
<
wb_vrep
*>
m_vrepbuffer
;
std
::
map
<
std
::
string
,
wb_tMethod
>
m_methods
;
std
::
map
<
std
::
string
,
wb_tMethod
>
m_methods
;
char
m_dir_list
[
25
][
200
];
char
m_dir_list
[
52
][
200
];
int
m_dir_cnt
;
int
m_dir_cnt
;
int
m_volatile_idx
;
int
m_volatile_idx
;
int
m_buffer_max
;
int
m_buffer_max
;
...
...
wb/lib/wb/src/wb_lfu.cpp
View file @
7b25b67c
...
@@ -742,7 +742,7 @@ pwr_tStatus lfu_SaveDirectoryVolume(
...
@@ -742,7 +742,7 @@ pwr_tStatus lfu_SaveDirectoryVolume(
path_file_created
=
1
;
path_file_created
=
1
;
for
(
i
=
0
;
i
<
2
0
;
i
++
)
{
for
(
i
=
0
;
i
<
5
0
;
i
++
)
{
str_trim
(
path
,
path_ptr
[
i
]);
str_trim
(
path
,
path_ptr
[
i
]);
if
(
!
streq
(
path
,
""
))
if
(
!
streq
(
path
,
""
))
fprintf
(
fpath
,
"%s
\n
"
,
path
);
fprintf
(
fpath
,
"%s
\n
"
,
path
);
...
...
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