fix compilation
This commit is contained in:
@@ -376,7 +376,7 @@ class ByteBuffer
|
|||||||
lt.tm_mon = (packedDate >> 20) & 0xF;
|
lt.tm_mon = (packedDate >> 20) & 0xF;
|
||||||
lt.tm_year = ((packedDate >> 24) & 0x1F) + 100;
|
lt.tm_year = ((packedDate >> 24) & 0x1F) + 100;
|
||||||
|
|
||||||
return uint32(mktime(<) + _timezone);
|
return uint32(mktime(<) + timezone);
|
||||||
}
|
}
|
||||||
|
|
||||||
ByteBuffer& ReadPackedTime(uint32& time)
|
ByteBuffer& ReadPackedTime(uint32& time)
|
||||||
|
|||||||
Reference in New Issue
Block a user