minor change in printf output
This commit is contained in:
parent
10cab5b3c6
commit
748eceec15
@ -105,7 +105,7 @@ main(void)
|
||||
{
|
||||
if (r1[j] != r2[j])
|
||||
{
|
||||
printf("error in limb %ld, %lx != %lx\n", j, r1[j], r2[j]);
|
||||
gmp_printf("error in limb %Md, %Mx != %Mx\n", j, r1[j], r2[j]);
|
||||
abort();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user