mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Enlarge the Options buffer.
svn path=/trunk/; revision=17405
This commit is contained in:
parent
db0350f4d0
commit
1c1f104d0c
1 changed files with 1 additions and 1 deletions
|
@ -1016,7 +1016,7 @@ unsigned long CDFParser::PerformFileCopy()
|
|||
char SrcName[MAX_PATH];
|
||||
char DstName[MAX_PATH];
|
||||
char InfLine[MAX_PATH];
|
||||
char Options[8];
|
||||
char Options[128];
|
||||
char BaseFilename[MAX_PATH];
|
||||
|
||||
*SrcName = '\0';
|
||||
|
|
Loading…
Reference in a new issue