diff options
author | 2020-10-09 13:12:08 -0400 | |
---|---|---|
committer | 2020-10-09 13:12:08 -0400 | |
commit | 3d7aef469cb6b0e6db423b11bbd3bd22e7d35e8e (patch) | |
tree | 282c0d7e18c8ab27831c16f5ffdd2708890670d3 | |
parent | 466b84187a70e7f1daf87fa115ffb8f48bf9e80f (diff) |
pc98_cd.xml: This change fixes the mismatch for the only known case where CHD label ended in a "." (in this case "...") which is typically an extension separation. CHD label entries in source are always ".CHD" as actual filenames and extensions are stripped off which is why the 'toshin2s' entry scanned internally and with most common external utilities as not needing the trailing period marks.
-rw-r--r-- | hash/pc98_cd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hash/pc98_cd.xml b/hash/pc98_cd.xml index 4013f1e42f8..cd1572eff61 100644 --- a/hash/pc98_cd.xml +++ b/hash/pc98_cd.xml @@ -4741,7 +4741,7 @@ license:CC0 <info name="release" value="19951208" /> <part name="cdrom" interface="cdrom"> <diskarea name="cdrom"> - <disk name="toushin toshi ii - soshite, sorekara..." sha1="10ae6ad7d25f19f4af5dc51953c733496b14b5b2" /> + <disk name="toushin toshi ii - soshite, sorekara" sha1="10ae6ad7d25f19f4af5dc51953c733496b14b5b2" /> </diskarea> </part> </software> |