mpmagadd: oops...

front
aiju 2018-05-04 21:42:08 +00:00
parent 35065b9127
commit 72ad2d1ee1
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ mpmagadd(mpint *b1, mpint *b2, mpint *sum)
m = b2->top;
if(n == 0){
mpassign(mpzero, sum);
sum->sign = 1;
return;
}
if(m == 0){