parent
32717ff9db
commit
ac9f5e8f5d
@ -85,7 +85,7 @@ static WCHAR* printer_win_get_printjob_name(size_t id)
|
||||
int rc;
|
||||
|
||||
tt = time(NULL);
|
||||
t = localtime_r(&tt, &tres);
|
||||
t = localtime_s(&tt, &tres);
|
||||
|
||||
str = calloc(len, sizeof(WCHAR));
|
||||
if (!str)
|
||||
|
Loading…
Reference in New Issue
Block a user