Change the fast-forward keyword (#493)

This commit is contained in:
fuzzball
2023-05-29 05:06:49 +09:00
committed by GitHub
parent a7638b8063
commit 40f04e0321

View File

@@ -1261,8 +1261,8 @@ namespace MPF.Modules.Redumper
{
try
{
// Fast forward to the dump line
while (!(sr.ReadLine()?.Trim().StartsWith("*** MODE: dump") ?? true));
// Fast forward to the drive information line
while (!(sr.ReadLine()?.Trim().StartsWith("drive path:") ?? true));
// If we find the hardware info line, return each value
// drive: <vendor_id> - <product_id> (revision level: <product_revision_level>, vendor specific: <vendor_specific>)