msvc6 warning fix

svn path=/trunk/; revision=17959
This commit is contained in:
Royce Mitchell III 2005-09-21 01:27:54 +00:00
parent 48bf871025
commit d25cb331be

View file

@ -240,7 +240,7 @@ DirReadParam(LPTSTR Line, /* [IN] The line with the parameters & switches */
BOOL bPNegative; /* Negative switch parameter */
BOOL bIntoQuotes; /* A flag showing if we are in quotes (") */
LPTSTR ptrLast; /* A pointer to the last character of param */
INT t = 0;
UINT t = 0;
/* Initialize variables; */