diff dwt/internal/image/JPEGFixedSizeSegment.d @ 57:41dbc4d9faab

Update to tango trunk -r3152. Thanks DavidLeon for the adjustment of TracedException to Exception and creating the patch.
author Frank Benoit <benoit@tionex.de>
date Mon, 04 Feb 2008 12:46:24 +0100
parents 9a64a7781bab
children 36f5cb12e1a2
line wrap: on
line diff
--- a/dwt/internal/image/JPEGFixedSizeSegment.d	Mon Feb 04 12:34:19 2008 +0100
+++ b/dwt/internal/image/JPEGFixedSizeSegment.d	Mon Feb 04 12:46:24 2008 +0100
@@ -35,7 +35,7 @@
         reference = new byte[fixedSize()];
         try {
             byteStream.read(reference);
-        } catch (TracedException e) {
+        } catch (Exception e) {
             DWT.error(DWT.ERROR_IO, e);
         }
     }