Kaydet (Commit) 3d3e883b authored tarafından Markus Mohrhard's avatar Markus Mohrhard

wrong length value for string length

Change-Id: Ic8b41ec4bb6b46177b02f533b936ab678207f926
üst 837fa475
...@@ -176,7 +176,7 @@ static bool CallRsc2( RscStrList * pInputList, ...@@ -176,7 +176,7 @@ static bool CallRsc2( RscStrList * pInputList,
} }
if( !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-fp=", 4 ) || if( !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-fp=", 4 ) ||
!rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-fo=", 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_strnicmp( (char *)pCmdLine->GetEntry( i ), "-rc", 3 ) ||
!rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-+" ) || !rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-+" ) ||
!rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-br" ) || !rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-br" ) ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment