mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-11 05:29:55 +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 pSrc = pInput;
|
||||||
LPCTSTR pEnd = NULL;
|
LPCTSTR pEnd = NULL;
|
||||||
int nBuf;
|
int nBuf = 0;
|
||||||
|
|
||||||
ArgToken_e iTokenSrc = NO_TOKEN;
|
ArgToken_e iTokenSrc = NO_TOKEN;
|
||||||
ArgToken_e iTokenEnd = NO_TOKEN;
|
ArgToken_e iTokenEnd = NO_TOKEN;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user