Fix detecting tape block size when tape reports a lower minimum size.

This commit is contained in:
2019-11-10 00:48:32 +00:00
parent beb4723bc3
commit ef7572c594
2 changed files with 374 additions and 159 deletions

View File

@@ -1,23 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ContentModelStore">
<e p="$APPLICATION_CONFIG_DIR$/consoles/db" t="IncludeRecursive" />
<e p="$APPLICATION_CONFIG_DIR$/extensions" t="IncludeRecursive" />
<e p="$APPLICATION_PLUGINS_DIR$/puppet/lib/stubs" t="IncludeRecursive" />
<e p="$APPLICATION_CONFIG_DIR$/scratches" t="IncludeRecursive" />
<e p="$USER_HOME$/.Rider2019.2/system/extResources" t="IncludeRecursive" />
<e p="$USER_HOME$/.Rider2019.2/system/resharper-host/local/Transient/ReSharperHost/v192/SolutionCaches/_DiscImageChef.-1491758497.00" t="ExcludeRecursive" />
<e p="$USER_HOME$/.config/git/ignore" t="IncludeRecursive" />
<e p="$USER_HOME$/.Rider2019.3/system/extResources" t="IncludeRecursive" />
<e p="$USER_HOME$/.Rider2019.3/system/resharper-host/local/Transient/ReSharperHost/v193/SolutionCaches/_DiscImageChef.-1491758497.00" t="ExcludeRecursive" />
<e p="$USER_HOME$/.nuget/packages/sqlitepclraw.lib.e_sqlite3.linux/1.1.12/runtimes/linux-x64/native/libe_sqlite3.so" t="Include" />
<e p="$PROJECT_DIR$" t="IncludeFlat">
<e p=".git/info/exclude" t="IncludeRecursive" />
<e p=".git/modules/CICMMetadata/info/exclude" t="IncludeRecursive" />
<e p=".git/modules/DiscImageChef.CommonTypes/info/exclude" t="IncludeRecursive" />
<e p=".git/modules/DiscImageChef.Console/info/exclude" t="IncludeRecursive" />
<e p=".git/modules/DiscImageChef.Decoders/info/exclude" t="IncludeRecursive" />
<e p=".git/modules/DiscImageChef.Dto/info/exclude" t="IncludeRecursive" />
<e p=".git/modules/DiscImageChef.Helpers/info/exclude" t="IncludeRecursive" />
<e p=".git/modules/cuetoolsnet/info/exclude" t="IncludeRecursive" />
<e p=".github/CODE_OF_CONDUCT.md" t="Include" />
<e p=".github/ISSUE_TEMPLATE.md" t="Include" />
<e p=".github/PULL_REQUEST_TEMPLATE.md" t="Include" />
@@ -105,7 +93,6 @@
</e>
</e>
<e p="DiscImageChef.CommonTypes" t="IncludeRecursive">
<e p=".git" t="Include" />
<e p=".gitignore" t="Include" />
<e p="DiscImageChef.CommonTypes.csproj" t="IncludeRecursive" />
<e p="Enums" t="Include">
@@ -209,7 +196,6 @@
</e>
</e>
<e p="DiscImageChef.Console" t="IncludeRecursive">
<e p=".git" t="Include" />
<e p=".gitignore" t="Include" />
<e p="DicConsole.cs" t="Include" />
<e p="DiscImageChef.Console.csproj" t="IncludeRecursive" />
@@ -410,7 +396,6 @@
</e>
</e>
<e p="DiscImageChef.Decoders" t="IncludeRecursive">
<e p=".git" t="Include" />
<e p=".gitignore" t="Include" />
<e p="ATA" t="Include">
<e p="Identify.cs" t="Include" />
@@ -1235,7 +1220,6 @@
</e>
</e>
<e p="DiscImageChef.Dto" t="IncludeRecursive">
<e p=".git" t="Include" />
<e p=".gitignore" t="Include" />
<e p="CdOffsetDto.cs" t="Include" />
<e p="DeviceDto.cs" t="Include" />
@@ -1876,7 +1860,6 @@
</e>
</e>
<e p="DiscImageChef.Helpers" t="IncludeRecursive">
<e p=".git" t="Include" />
<e p=".gitignore" t="Include" />
<e p="ArrayFill.cs" t="Include" />
<e p="ArrayIsEmpty.cs" t="Include" />

File diff suppressed because it is too large Load Diff