indenting
This commit is contained in:
parent
9d3b46132b
commit
fa26588bbf
@ -294,7 +294,7 @@ static Int time_file(USES_REGS1) {
|
|||||||
|
|
||||||
snprintf(s, 64, "%I64d", (long long int)n);
|
snprintf(s, 64, "%I64d", (long long int)n);
|
||||||
mpz_init_set_str(&rop, s, 10);
|
mpz_init_set_str(&rop, s, 10);
|
||||||
rc = Yap_MkBigIntTerm((void *)&rop) PASS_REGS);
|
rc = Yap_MkBigIntTerm((void *)&rop PASS_REGS);
|
||||||
#else
|
#else
|
||||||
rc = MkIntegerTerm(ft.dwHighDateTime);
|
rc = MkIntegerTerm(ft.dwHighDateTime);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user