epay: fix print statement to work with other compilers, fixes #4

This commit is contained in:
Hay1tsme 2024-03-14 11:12:48 -04:00
parent 67ffde7289
commit 16f7272751
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ static HRESULT misc_read_network_timeout1(void *bytes, uint32_t *nbytes)
static uint64_t thinca_initialize(struct thinca_impl * self, uint64_t val)
{
dprintf("Epay: Thinca Initialize %lld\n", val);
dprintf("Epay: Thinca Initialize v%I64X\n", val);
return 0;
}