fixed comment typo
This commit is contained in:
@@ -301,7 +301,7 @@ BufferedSink :: write ( const void * buf,
|
|||||||
|
|
||||||
if ( outp < inp ) {
|
if ( outp < inp ) {
|
||||||
// valuable data is between outp and inp
|
// valuable data is between outp and inp
|
||||||
// if the previous if wrote all data from the end
|
// in the previous if wrote all data from the end
|
||||||
// this part will write the rest
|
// this part will write the rest
|
||||||
|
|
||||||
size = inp - outp;
|
size = inp - outp;
|
||||||
@@ -372,6 +372,9 @@ BufferedSink :: close ( void ) throw ( Exception )
|
|||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.6 2002/10/19 12:21:28 darkeye
|
||||||
|
fixed comment typo
|
||||||
|
|
||||||
Revision 1.5 2001/08/30 17:25:56 darkeye
|
Revision 1.5 2001/08/30 17:25:56 darkeye
|
||||||
renamed configure.h to config.h
|
renamed configure.h to config.h
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user