mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
cast to the localsub type
This commit is contained in:
parent
72e8335bd9
commit
2c7b3c6f63
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue