In the function Removepar, the code in line 731 > rightsibling->size = rightsibling->size + cursor->size+1 should be changed to > cursor->size = rightsibling->size + cursor->size+1 ?
In the function Removepar, the code in line 731
should be changed to