Changeset 222:79bb10c082fb

Show
Ignore:
Timestamp:
04/09/08 11:39:05 (5 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Fix data flow error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/dwthelper/BufferedInputStream.d

    r14 r222  
    5151        pos = 0; 
    5252        count = 0; 
    53         int count = getAndCheckIstr().read( buf ); 
     53        count = getAndCheckIstr().read( buf ); 
    5454        if( count < 0 ){ 
    5555            count = 0;