INTEGRATION: CWS warnings01 (1.7.18); FILE MERGED

2006/04/07 19:55:59 sb 1.7.18.3: RESYNC: (1.8-1.9); FILE MERGED
2005/09/22 20:21:09 sb 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED
2005/09/01 14:56:19 sb 1.7.18.1: #i53898# Made code warning-free.
This commit is contained in:
Jens-Heiner Rechtien 2006-06-19 23:09:54 +00:00
parent f625aac948
commit 0e0503f27f

View file

@ -4,9 +4,9 @@
*
* $RCSfile: sunversion.cxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: kz $ $Date: 2006-02-03 17:16:40 $
* last change: $Author: hr $ $Date: 2006-06-20 00:09:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -99,7 +99,6 @@ bool SunVersion::init(const char *szVersion)
char buf[128];
//char must me a number 0 - 999 and no leading
char cCur = *pCur;
while (1)
{
if (pCur < pEnd && isdigit(*pCur))