|
|
|
@ -92,10 +92,10 @@ int fill_tree_view_project(config_all* all_config,hotebook* widget , char* str_f
|
|
|
|
|
3,_config->size_memory,
|
|
|
|
|
4,philos_format_cfg_str_size_memory("", _config->soft_restriction_size,_config->soft_restriction_size_pow),
|
|
|
|
|
5,philos_format_cfg_str_size_memory("", _config->severe_limitation_size,_config->severe_limitation_size_pow),
|
|
|
|
|
6,yon_char_from_int(_config->soft_restriction_file),
|
|
|
|
|
6,deferring_size,
|
|
|
|
|
7,_config->files,
|
|
|
|
|
8,yon_char_from_int(_config->severe_limitation_file),
|
|
|
|
|
9,deferring_size,
|
|
|
|
|
8,yon_char_from_int(_config->soft_restriction_file),
|
|
|
|
|
9,yon_char_from_int(_config->severe_limitation_file),
|
|
|
|
|
10,deferring_file,
|
|
|
|
|
-1);
|
|
|
|
|
|
|
|
|
@ -137,10 +137,10 @@ int fill_tree_view_user_group(config_all* all_config, char* disk, hotebook* widg
|
|
|
|
|
2,_config->size_memory,
|
|
|
|
|
3,philos_format_cfg_str_size_memory("", _config->soft_restriction_size,_config->soft_restriction_size_pow),
|
|
|
|
|
4,philos_format_cfg_str_size_memory("", _config->severe_limitation_size,_config->severe_limitation_size_pow),
|
|
|
|
|
5,yon_char_from_int(_config->soft_restriction_file),
|
|
|
|
|
5,deferring_size,
|
|
|
|
|
6,_config->files,
|
|
|
|
|
7,yon_char_from_int(_config->severe_limitation_file),
|
|
|
|
|
8,deferring_size,
|
|
|
|
|
7,yon_char_from_int(_config->soft_restriction_file),
|
|
|
|
|
8,yon_char_from_int(_config->severe_limitation_file),
|
|
|
|
|
9,deferring_file,
|
|
|
|
|
-1);
|
|
|
|
|
}
|
|
|
|
@ -228,9 +228,9 @@ int fill_tree_view_generate(vector* vec_fill, vector* vec_remove, char* str_fill
|
|
|
|
|
2,_config->UNIX_file,
|
|
|
|
|
6,philos_format_cfg_str_size_memory("", _config->soft_restriction_size,_config->soft_restriction_size_pow),
|
|
|
|
|
7,philos_format_cfg_str_size_memory("", _config->severe_limitation_size,_config->severe_limitation_size_pow),
|
|
|
|
|
8,yon_char_from_int(_config->soft_restriction_file),
|
|
|
|
|
9,yon_char_from_int(_config->severe_limitation_file),
|
|
|
|
|
10,deferring_size,
|
|
|
|
|
8,deferring_size,
|
|
|
|
|
9,yon_char_from_int(_config->soft_restriction_file),
|
|
|
|
|
10,yon_char_from_int(_config->severe_limitation_file),
|
|
|
|
|
11,deferring_file,
|
|
|
|
|
-1);
|
|
|
|
|
}
|
|
|
|
|