summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-03-01 18:48:31 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-03-01 18:59:27 +0100
commit3d3e883b15ae688031ffbc9f0e709848e2d629ad (patch)
treec4791b8018203e653c509f33f5c8a4f0c6e7e11f /rsc
parent837fa475b25c3a104c64715d457e47a911d7ca34 (diff)
wrong length value for string length
Change-Id: Ic8b41ec4bb6b46177b02f533b936ab678207f926
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/prj/start.cxx2
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" ) ||