INTEGRATION: CWS ab11clonepp4 (1.3.214); FILE MERGED

2004/10/18 14:38:53 ab 1.3.214.1: #118086# PP4 migration tasks -> SO 8
This commit is contained in:
Pascal Junck
2004-11-02 10:52:59 +00:00
parent c4b070f023
commit c4d3d6271d

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: buffer.cxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: hr $ $Date: 2003-03-18 16:28:34 $
* last change: $Author: pjunck $ $Date: 2004-11-02 11:52:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,6 +104,8 @@ BOOL SbiBuffer::Check( USHORT n )
if( !n ) return TRUE;
if( ((long) nOff + n ) > (long) nSize )
{
if( nInc == 0 )
return FALSE;
USHORT nn = 0;
while( nn < n ) nn += nInc;
char* p;