mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Refactor regexes as verbatim strings.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace DiscImageChef.DiscImages
|
||||
public class Gdi : ImagePlugin
|
||||
{
|
||||
const string REGEX_TRACK =
|
||||
"\\s?(?<track>\\d+)\\s+(?<start>\\d+)\\s(?<flags>\\d)\\s(?<type>2352|2048)\\s(?<filename>.+)\\s(?<offset>\\d+)$"
|
||||
@"\s?(?<track>\d+)\s+(?<start>\d+)\s(?<flags>\d)\s(?<type>2352|2048)\s(?<filename>.+)\s(?<offset>\d+)$"
|
||||
;
|
||||
|
||||
ulong densitySeparationSectors;
|
||||
|
||||
Reference in New Issue
Block a user