mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-19 04:08:45 +00:00
vars used without being init cleanup
This commit is contained in:
parent
6b9aecf020
commit
923ef3e629
@ -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