summaryrefslogtreecommitdiff
path: root/src/ilasm/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ilasm/main.cpp')
-rw-r--r--src/ilasm/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ilasm/main.cpp b/src/ilasm/main.cpp
index 35f4545a05..912ccce859 100644
--- a/src/ilasm/main.cpp
+++ b/src/ilasm/main.cpp
@@ -106,7 +106,7 @@ extern "C" int _cdecl wmain(int argc, __in WCHAR **argv)
{
int i, NumFiles = 0, NumDeltaFiles = 0;
bool IsDLL = false, IsOBJ = false;
- char szOpt[128];
+ char szOpt[1024];
Assembler *pAsm;
MappedFileStream *pIn;
AsmParse *pParser;