mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-12-26 10:24:14 +08:00
fixed warnings in auth.h
This commit is contained in:
parent
6650858e24
commit
9c927c01f6
@ -262,8 +262,8 @@ public:
|
|||||||
|
|
||||||
PRINT_DEBUG(
|
PRINT_DEBUG(
|
||||||
"AUTH::AppTicketGC::SER Token:\n"
|
"AUTH::AppTicketGC::SER Token:\n"
|
||||||
" GCToken: %I64u\n"
|
" GCToken: " "%" PRIu64 "\n"
|
||||||
" user steam_id: %I64u\n"
|
" user steam_id: " "%" PRIu64 "\n"
|
||||||
" ticketGenDate: %u\n"
|
" ticketGenDate: %u\n"
|
||||||
" ExternalIP: 0x%08X, InternalIP: 0x%08X\n"
|
" ExternalIP: 0x%08X, InternalIP: 0x%08X\n"
|
||||||
" TimeSinceStartup: %u, TicketGeneratedCount: %u\n"
|
" TimeSinceStartup: %u, TicketGeneratedCount: %u\n"
|
||||||
@ -329,7 +329,7 @@ struct AppTicket {
|
|||||||
PRINT_DEBUG(
|
PRINT_DEBUG(
|
||||||
"AUTH::AppTicket::SER:\n"
|
"AUTH::AppTicket::SER:\n"
|
||||||
" Version: %u\n"
|
" Version: %u\n"
|
||||||
" user steam_id: %I64u\n"
|
" user steam_id: " "%" PRIu64 "\n"
|
||||||
" AppId: %u\n"
|
" AppId: %u\n"
|
||||||
" ExternalIP: 0x%08X, InternalIP: 0x%08X\n"
|
" ExternalIP: 0x%08X, InternalIP: 0x%08X\n"
|
||||||
" TicketGeneratedDate: %u, TicketGeneratedExpireDate: %u\n"
|
" TicketGeneratedDate: %u, TicketGeneratedExpireDate: %u\n"
|
||||||
@ -520,7 +520,7 @@ struct Auth_Data {
|
|||||||
PRINT_DEBUG(
|
PRINT_DEBUG(
|
||||||
"AUTH::Auth_Data::SER:\n"
|
"AUTH::Auth_Data::SER:\n"
|
||||||
" HasGC: %u\n"
|
" HasGC: %u\n"
|
||||||
" user steam_id: %I64u\n"
|
" user steam_id: " "%" PRIu64 "\n"
|
||||||
" number: %llu\n",
|
" number: %llu\n",
|
||||||
|
|
||||||
(int)HasGC,
|
(int)HasGC,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user