mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 04:10:04 +00:00
expand: Initialize a variable (Coverity).
This commit is contained in:
parent
d4d51a489e
commit
56968fb379
@ -30,7 +30,7 @@ static int myprintf(const char* format, ...)
|
||||
{
|
||||
va_list va;
|
||||
char tmp[8192];
|
||||
DWORD w;
|
||||
DWORD w = 0;
|
||||
int len;
|
||||
|
||||
va_start(va, format);
|
||||
|
Loading…
Reference in New Issue
Block a user