Changeset 222:79bb10c082fb
- Timestamp:
- 04/09/08 11:39:05 (5 months ago)
- Files:
-
- dwt/dwthelper/BufferedInputStream.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/dwthelper/BufferedInputStream.d
r14 r222 51 51 pos = 0; 52 52 count = 0; 53 intcount = getAndCheckIstr().read( buf );53 count = getAndCheckIstr().read( buf ); 54 54 if( count < 0 ){ 55 55 count = 0;
