diff --git a/du5/program.c b/du5/program.c index 7ce9dbc..91d89dd 100644 --- a/du5/program.c +++ b/du5/program.c @@ -75,7 +75,13 @@ void Sort_Struct(struct LIS *list,int count){//bubble sort :) list[j]=ilusion; } if(list[i].num==list[j].num){ - for(int k=0;kstrlen(list[j].sname)){\ + val=strlen(list[i].sname); + } + else{ + val=strlen(list[j].sname); + } + for(int k=0;kstrlen(list[j].fname)){\ + val=strlen(list[i].fname); + } + else{ + val=strlen(list[j].fname); + } + for(int l=0;l