diff --git a/src/fileseltools.c b/src/fileseltools.c index fcd46b9e..190c1694 100644 --- a/src/fileseltools.c +++ b/src/fileseltools.c @@ -64,7 +64,7 @@ T_Fileselector_item * Add_element_to_list(T_Fileselector *list, const char * ful if (list->First!=NULL) list->First->Previous=temp_item; - + // Put new element at the beginning list->First=temp_item; return temp_item; @@ -163,7 +163,7 @@ char * Format_filename(const char * fname, word max_length, int type) // safety if (max_length>40) max_length=40; - + if (strcmp(fname,PARENT_DIR)==0) { strcpy(result,"\x11 PARENT DIRECTORY"); @@ -179,7 +179,7 @@ char * Format_filename(const char * fname, word max_length, int type) for (c=0; c