mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
msvcrt: Fix a TRACE message to avoid buffer overflow.
This commit is contained in:
parent
593665b6b9
commit
330978ec9b
@ -77,7 +77,7 @@ int _putenv(const char *str)
|
|||||||
char *dst;
|
char *dst;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
TRACE("%s\n", str);
|
TRACE("%s\n", debugstr_a(str));
|
||||||
|
|
||||||
if (!str)
|
if (!str)
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user