fixed decompiler errors - project compiles

This commit is contained in:
2017-10-06 18:20:35 +02:00
parent 2d8b6914b8
commit 9cefa0e9dd
40 changed files with 420 additions and 411 deletions

View File

@@ -147,7 +147,7 @@ namespace Rei.Fs
this.pHasError = true;
throw;
}
long num;
long num=0;
return num;
}