call time instead of gmtime (makes valgrind happy)
This commit is contained in:
parent
0a6c6ec4f3
commit
71c37bdfc3
@ -34,7 +34,7 @@ UINT64 freerdp_windows_gmtime()
|
||||
time_t unix_time;
|
||||
UINT64 windows_time;
|
||||
|
||||
gmtime(&unix_time);
|
||||
time(&unix_time);
|
||||
windows_time = freerdp_get_windows_time_from_unix_time(unix_time);
|
||||
|
||||
return windows_time;
|
||||
|
Loading…
x
Reference in New Issue
Block a user