mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Change the fast-forward keyword (#493)
This commit is contained in:
@@ -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>)
|
||||
|
||||
Reference in New Issue
Block a user