From 3d3e883b15ae688031ffbc9f0e709848e2d629ad Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 1 Mar 2015 18:48:31 +0100 Subject: wrong length value for string length Change-Id: Ic8b41ec4bb6b46177b02f533b936ab678207f926 --- rsc/source/prj/start.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsc/source/prj/start.cxx b/rsc/source/prj/start.cxx index af2da38984ab..cfe243fa8845 100644 --- a/rsc/source/prj/start.cxx +++ b/rsc/source/prj/start.cxx @@ -176,7 +176,7 @@ static bool CallRsc2( RscStrList * pInputList, } if( !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-fp=", 4 ) || !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-fo=", 4 ) || - !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-presponse", 9 ) || + !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-presponse", 10 ) || !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-rc", 3 ) || !rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-+" ) || !rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-br" ) || -- cgit v1.2.3