This commit is contained in:
Peter Petrek 2021-12-03 00:02:51 +01:00
parent 5f2202e6fc
commit b3eb53e1b3

View File

@ -71,7 +71,7 @@ void vypisovac(int vypis[SIZE], int input[SIZE], int size){
counter = 0; counter = 0;
space++; space++;
} }
else if ((counter>=count && (i)>(size/2)) || vypis[i]<count-1) else if (counter>=count && i>(size/2) || vypis[i]<count-1)
{ {
count = ownPow(2,size-i-1)/2; count = ownPow(2,size-i-1)/2;
counter = 0; counter = 0;