Sick of these
This commit is contained in:
@@ -1311,7 +1311,7 @@ namespace CSJ2K.j2k.codestream.reader
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (System.IO.EndOfStreamException e)
|
||||
catch (System.IO.EndOfStreamException)
|
||||
{
|
||||
// Remove found information in this code-block
|
||||
if (l == 0)
|
||||
@@ -1421,7 +1421,7 @@ namespace CSJ2K.j2k.codestream.reader
|
||||
{
|
||||
ehs.seek(curOff);
|
||||
}
|
||||
catch (System.IO.EndOfStreamException e)
|
||||
catch (System.IO.EndOfStreamException)
|
||||
{
|
||||
if (l == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user