Commit d3fe5682 authored by Claes Sjofors's avatar Claes Sjofors

WbEnvironmnet.Path increased

parent 8fd5a775
...@@ -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 = 20 Attr Elements = 50
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
...@@ -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;
......
...@@ -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 < 20; i++) { for (i = 0; i < 50; 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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment