fixed uninitialized variable warning

svn path=/trunk/; revision=18877
This commit is contained in:
Thomas Bluemel 2005-10-30 10:49:55 +00:00
parent ef1dfc9985
commit 5dcda5f7c1

View file

@ -108,7 +108,7 @@ void GetBasicInfo(OSVERSIONINFOEX osvi, char * HostName, char * OSName, char * V
}
int main (int argc, char *argv[])
{
DWORD Operations;
DWORD Operations = 0;
INT i = 0;
OSVERSIONINFOEX osvi;