fixed uninitialized variable warning and indentation

svn path=/trunk/; revision=17099
This commit is contained in:
Thomas Bluemel 2005-08-06 15:01:08 +00:00
parent 514aa4a565
commit 4d98b5f8f7

View file

@ -597,6 +597,7 @@ VOID CompleteFilename (LPTSTR strIN, BOOL bNext, LPTSTR strOut, INT cusor)
{
_tcscpy(szSearchPath, LastSearch);
_tcscpy(szPrefix, LastPrefix);
StartLength = 0;
}
/* search for the files it might be */
hFile = FindFirstFile (szSearchPath, &file);