From 48e04c8f220505dd8d587096931d97997febc5df Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 12 Feb 2014 21:34:09 -0800 Subject: Extendig the size of command line when running ABC in batch mode. --- src/base/main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/main') diff --git a/src/base/main/main.c b/src/base/main/main.c index e6d93c1a..6208a7e8 100644 --- a/src/base/main/main.c +++ b/src/base/main/main.c @@ -85,7 +85,7 @@ static int TypeCheck( Abc_Frame_t * pAbc, const char * s); int Abc_RealMain( int argc, char * argv[] ) { Abc_Frame_t * pAbc; - char sCommandUsr[500] = {0}, sCommandTmp[100], sReadCmd[20], sWriteCmd[20]; + char sCommandUsr[ABC_MAX_STR] = {0}, sCommandTmp[ABC_MAX_STR], sReadCmd[1000], sWriteCmd[1000]; const char * sOutFile, * sInFile; char * sCommand; int fStatus = 0; -- cgit v1.2.3