mirror of https://github.com/FreeRDP/FreeRDP
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);
|
||||
|
||||
#ifdef HAVE_TM_GMTOFF
|
||||
#if defined(___FreeBSD__)
|
||||
#if defined(__FreeBSD__)
|
||||
clientTimeZone->bias = timezone;
|
||||
#else
|
||||
clientTimeZone->bias = timezone / 60;
|
||||
|
|
Loading…
Reference in New Issue