FreeBSD compile errors - fix typo #2
This commit is contained in:
parent
7c8e1681cc
commit
b0ab566d61
@ -1663,7 +1663,7 @@ void freerdp_time_zone_detect(TIME_ZONE_INFO* clientTimeZone)
|
|||||||
local_time = localtime(&t);
|
local_time = localtime(&t);
|
||||||
|
|
||||||
#ifdef HAVE_TM_GMTOFF
|
#ifdef HAVE_TM_GMTOFF
|
||||||
#if defined(___FreeBSD__)
|
#if defined(__FreeBSD__)
|
||||||
clientTimeZone->bias = timezone;
|
clientTimeZone->bias = timezone;
|
||||||
#else
|
#else
|
||||||
clientTimeZone->bias = timezone / 60;
|
clientTimeZone->bias = timezone / 60;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user