|
|
|
|
@ -502,7 +502,7 @@ void yon_interface_update(main_window *widgets){
|
|
|
|
|
if (!yon_char_is_empty(repos_paths)) free(repos_paths);
|
|
|
|
|
if (!repos_size){
|
|
|
|
|
int temp_size;
|
|
|
|
|
config_str contents = yon_dir_get_contents(path,&temp_size);
|
|
|
|
|
config_str contents = yon_file_ls(path,&temp_size);
|
|
|
|
|
for (int k=0;k<temp_size;k++){
|
|
|
|
|
char *full_content_path = yon_char_unite(path,"/",contents[k],NULL);
|
|
|
|
|
if (yon_file_is_directory(full_content_path)&&strcmp(contents[k],"pool")&&strcmp(contents[k],".")&&strcmp(contents[k],"..")){
|
|
|
|
|
|