* commandline:

* DiscImageChef.Decoders/CD/PMA.cs:
	  Correct prettify of PMA.

	* DiscImageChef/Commands/DumpMedia.cs:
	  Correct exception on raw cd dumping not implemented.

	* DiscImageChef/Commands/MediaScan.cs:
	  Scan more blocks.
This commit is contained in:
2016-04-06 17:07:14 +01:00
parent 657c217f87
commit 2626c18d0c
4 changed files with 12 additions and 2 deletions

View File

@@ -1885,7 +1885,7 @@ namespace DiscImageChef.Commands
if (options.Raw)
{
throw new NotImplementedException("CD dumping not yet implemented");
throw new NotImplementedException("Raw CD dumping not yet implemented");
}
else
{