This commit is contained in:
Peter Petrek 2021-12-03 01:00:33 +01:00
parent ccbfa5c962
commit cb0e116d08

View File

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