vars used without being init cleanup

This commit is contained in:
mpohoreski 2009-02-18 16:04:14 +00:00
parent 6b9aecf020
commit 923ef3e629

View File

@ -221,7 +221,7 @@ int ArgsGet ( TCHAR * pInput )
{
LPCTSTR pSrc = pInput;
LPCTSTR pEnd = NULL;
int nBuf;
int nBuf = 0;
ArgToken_e iTokenSrc = NO_TOKEN;
ArgToken_e iTokenEnd = NO_TOKEN;