diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2015-03-01 18:48:31 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2015-03-01 18:59:27 +0100 |
commit | 3d3e883b15ae688031ffbc9f0e709848e2d629ad (patch) | |
tree | c4791b8018203e653c509f33f5c8a4f0c6e7e11f /rsc | |
parent | 837fa475b25c3a104c64715d457e47a911d7ca34 (diff) |
wrong length value for string length
Change-Id: Ic8b41ec4bb6b46177b02f533b936ab678207f926
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/prj/start.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) || |