cast to the localsub type

This commit is contained in:
Riccardo Mottola 2023-09-18 22:57:40 +00:00
parent 72e8335bd9
commit 2c7b3c6f63

View file

@ -2971,7 +2971,7 @@ newDetailInZoneForType(GSTimeZone *zone, TypeInfo *type)
static TypeInfo
getTypeInfo(NSTimeInterval since, GSTimeZone *zone)
{
int64_t when = (int64_t)since;
time_t when = (time_t)since;
gstm tm;
TypeInfo type;