fixed decompiler errors - project compiles
This commit is contained in:
@@ -141,7 +141,7 @@ namespace Rei.Fs
|
||||
if (count <= 0)
|
||||
return;
|
||||
this.pBaseStream.Close();
|
||||
EventHandler finishedEventEvent = this.ChunkFinishedEventEvent;
|
||||
EventHandler finishedEventEvent = this.ChunkFinishedEvent;
|
||||
if (finishedEventEvent != null)
|
||||
finishedEventEvent((object) this, EventArgs.Empty);
|
||||
this.Write(buffer, offset, count);
|
||||
|
||||
Reference in New Issue
Block a user