mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
fixed uninitialized variable warning and indentation
svn path=/trunk/; revision=17099
This commit is contained in:
parent
514aa4a565
commit
4d98b5f8f7
1 changed files with 33 additions and 32 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue