INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED
2005/10/18 09:14:31 np 1.9.4.1: #i53898#
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: parse.cxx,v $
|
* $RCSfile: parse.cxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.9 $
|
* $Revision: 1.10 $
|
||||||
*
|
*
|
||||||
* last change: $Author: rt $ $Date: 2005-09-09 12:03:36 $
|
* last change: $Author: hr $ $Date: 2006-06-19 20:05:44 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to
|
* The Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
@@ -359,7 +359,7 @@ X2CParser::GetTextTill( Simstr & o_rText,
|
|||||||
|
|
||||||
if (i_bReverseName)
|
if (i_bReverseName)
|
||||||
{
|
{
|
||||||
const int nMaxLen = 1000;
|
const unsigned int nMaxLen = 1000;
|
||||||
if (strlen(pResult) < nMaxLen)
|
if (strlen(pResult) < nMaxLen)
|
||||||
{
|
{
|
||||||
char * sBreak = strrchr(pResult,'.');
|
char * sBreak = strrchr(pResult,'.');
|
||||||
|
Reference in New Issue
Block a user