Skip to content

Commit 3b287c6

Browse files
committed
Mid
1 parent dcdf0bc commit 3b287c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BinaryObjectScanner/Protection/ProtectDISC.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ public class ProtectDISC : IDiskImageCheck<ISO9660>, IExecutableCheck<PortableEx
4848
// Previous versions just have spaces here, so it doesn't need to be validated beyond that.
4949
var abstractIdentifierString = pvd.AbstractFileIdentifier.ReadNullTerminatedAnsiString(ref offset);
5050
if (abstractIdentifierString == null || abstractIdentifierString.Trim().Length == 0)
51-
return "ProtectDiSC 6-Early 7.x";
51+
return "ProtectDiSC 6-7.x";
5252

53-
return "ProtectDiSC Mid-7.x+";
53+
return "ProtectDiSC 7.x+";
5454
}
5555

5656
/// <inheritdoc/>

0 commit comments

Comments
 (0)