mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:33:11 +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(szSearchPath, LastSearch);
|
||||||
_tcscpy(szPrefix, LastPrefix);
|
_tcscpy(szPrefix, LastPrefix);
|
||||||
|
StartLength = 0;
|
||||||
}
|
}
|
||||||
/* search for the files it might be */
|
/* search for the files it might be */
|
||||||
hFile = FindFirstFile (szSearchPath, &file);
|
hFile = FindFirstFile (szSearchPath, &file);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue