Skip to content
Snippets Groups Projects
Commit cffe80cf authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed bug in push_int64(). Fixes [bug 2728].

Rev: src/bignum.c:1.23
parent 19f6e82f
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,9 @@ PMOD_EXPORT void push_int64(INT64 i)
i = -i;
neg = 1;
}
resolve_auto_bignum_program();
#if PIKE_BYTEORDER == 1234
{
char digits[8];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment