mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-15 18:27:29 +00:00
vars used without being init cleanup
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user