mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Command line completion fix (uninitialized memory)
svn path=/trunk/; revision=12274
This commit is contained in:
@@ -32,7 +32,8 @@ VOID CompleteFilename (LPTSTR str, INT charcount)
|
||||
INT curplace = 0;
|
||||
INT start;
|
||||
INT count;
|
||||
INT step, c;
|
||||
INT step;
|
||||
INT c = 0;
|
||||
BOOL found_dot = FALSE;
|
||||
BOOL perfectmatch = TRUE;
|
||||
TCHAR path[MAX_PATH];
|
||||
|
||||
Reference in New Issue
Block a user