mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
allocate memory for the string. thanks to thomas for finding it.
svn path=/trunk/; revision=18233
This commit is contained in:
@@ -535,7 +535,7 @@ BOOL DeleteFolder(LPTSTR FileName)
|
||||
}
|
||||
INT cmd_rmdir (LPTSTR cmd, LPTSTR param)
|
||||
{
|
||||
LPTSTR dir; /* pointer to the directory to change to */
|
||||
TCHAR dir[MAX_PATH]; /* pointer to the directory to change to */
|
||||
char ch;
|
||||
INT args;
|
||||
LPTSTR *arg = NULL;
|
||||
|
||||
Reference in New Issue
Block a user