Build issues with platform/epay.c #4

Closed
opened 2024-01-04 21:38:29 +00:00 by Parasel · 1 comment

For various log messages within this file, for example, dprintf("Epay: Thinca Initialize %lld\n", val); %lld is used for long long,
However since the default build behavior is thourgh mingw, following windows usage, %I64d should be used instead.

OS = Ubuntu 22.04 LTS, Compiled with gcc 10 & mingw32-gcc 20220113

I'm happy to submit a pull request for this change if needed.

For various log messages within this file, for example, `dprintf("Epay: Thinca Initialize %lld\n", val);` %lld is used for long long, However since the default build behavior is thourgh mingw, following windows usage, %I64d should be used instead. OS = Ubuntu 22.04 LTS, Compiled with gcc 10 & mingw32-gcc 20220113 I'm happy to submit a pull request for this change if needed.
Owner

Hello! Thanks for reporting this, I'll get to fixing this within the coming days

Hello! Thanks for reporting this, I'll get to fixing this within the coming days
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Hay1tsme/segatools#4
No description provided.