fix compilation
This commit is contained in:
parent
e8e94a0a66
commit
6bc919e7d4
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ class ByteBuffer
|
|||
lt.tm_mon = (packedDate >> 20) & 0xF;
|
||||
lt.tm_year = ((packedDate >> 24) & 0x1F) + 100;
|
||||
|
||||
return uint32(mktime(<) + _timezone);
|
||||
return uint32(mktime(<) + timezone);
|
||||
}
|
||||
|
||||
ByteBuffer& ReadPackedTime(uint32& time)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue