Changeset 197:184ab53b7785 for dwt/dwthelper/BufferedInputStream.d
- Timestamp:
- 04/10/08 05:19:49 (9 months ago)
- Files:
-
- dwt/dwthelper/BufferedInputStream.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/dwthelper/BufferedInputStream.d
r0 r197 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;
