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