diff dwt/dwthelper/BufferedInputStream.d @ 197:184ab53b7785

Changes and fixes for jface
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Apr 2008 11:19:49 +0200
parents 5406a8f6526d
children f980ea238e72
line wrap: on
line diff
--- a/dwt/dwthelper/BufferedInputStream.d	Mon Apr 07 13:08:57 2008 +0200
+++ b/dwt/dwthelper/BufferedInputStream.d	Thu Apr 10 11:19:49 2008 +0200
@@ -50,7 +50,7 @@
         assert( pos == count );
         pos = 0;
         count = 0;
-        int count = getAndCheckIstr().read( buf );
+        count = getAndCheckIstr().read( buf );
         if( count < 0 ){
             count = 0;
             istr = null;