mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* DiscImageChef.DiscImages/CDRWin.cs:
Corrected partition start and length calculations. * DiscImageChef.Filesystems/BFS.cs: Corrected decoding fields. Added supports for boot sector smaller than device size as in some Be CDs. * DiscImageChef/Main.cs: Forgot to define Console.Write()
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2015-11-09 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Main.cs:
|
||||
Forgot to define Console.Write()
|
||||
|
||||
2015-11-05 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Commands/DeviceInfo.cs:
|
||||
|
||||
@@ -73,6 +73,7 @@ namespace DiscImageChef
|
||||
string AssemblyCopyright = ((AssemblyCopyrightAttribute) attributes[0]).Copyright;
|
||||
|
||||
DicConsole.WriteLineEvent += System.Console.WriteLine;
|
||||
DicConsole.WriteEvent += System.Console.Write;
|
||||
DicConsole.ErrorWriteLineEvent += System.Console.Error.WriteLine;
|
||||
|
||||
DicConsole.WriteLine("{0} {1}", AssemblyTitle, AssemblyVersion);
|
||||
|
||||
Reference in New Issue
Block a user