mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-24 07:30:24 +00:00
vars used without being init cleanup
This commit is contained in:
parent
1bbbdd4ab3
commit
13f567600d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user