forked from Hay1tsme/segatools
epay: fix print statement to work with other compilers, fixes #4
This commit is contained in:
parent
67ffde7289
commit
16f7272751
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user