This commit is contained in:
rumbledethumps
2025-12-06 12:56:20 -08:00
parent 48b936b767
commit 8ff7b0087c

View File

@@ -8,7 +8,7 @@ struct tm* __fastcall__ _time_t_to_tm (const time_t t);
struct tm* __fastcall__ _localtime (const time_t* timep)
{
long time = *timep;
time_t time = *timep;
struct tm* tm;
ria_set_axsreg (*timep);
time += ria_call_long (RIA_OP_TZQUERY);