Show
Ignore:
Timestamp:
04/10/08 05:19:49 (9 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Changes and fixes for jface

Files:

Legend:

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

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