From 40f04e0321857306d2dc4ad593d4bc72c79b450b Mon Sep 17 00:00:00 2001 From: fuzzball Date: Mon, 29 May 2023 05:06:49 +0900 Subject: [PATCH] Change the fast-forward keyword (#493) --- MPF.Modules/Redumper/Parameters.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MPF.Modules/Redumper/Parameters.cs b/MPF.Modules/Redumper/Parameters.cs index 892962ea..1a8dde28 100644 --- a/MPF.Modules/Redumper/Parameters.cs +++ b/MPF.Modules/Redumper/Parameters.cs @@ -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: - (revision level: , vendor specific: )