@@ -40,3 +40,9 @@ int sort_natural(const void *file0, const void *file1){
}
int sort_alpha(const void *file0, const void *file1){
char *file_name0 = ((file*)file0)->file_name;
char *file_name1 = ((file*)file1)->file_name;
return strcmp(file_name0, file_name1);
The note is not visible to the blocked user.