mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Constants, Skippers/, Tools/] Fix header extract
Use full paths in the name of the database to avoid output folder issues during script runs and make sure that Skippers are created with the absolute bare minimum set.
This commit is contained in:
@@ -107,8 +107,8 @@ namespace SabreTools.Library.Skippers
|
||||
// Get the information from the rule first
|
||||
SkipperRule rule = new SkipperRule
|
||||
{
|
||||
StartOffset = 0,
|
||||
EndOffset = 0,
|
||||
StartOffset = null,
|
||||
EndOffset = null,
|
||||
Operation = HeaderSkipOperation.None,
|
||||
Tests = new List<SkipperTest>(),
|
||||
SourceFile = Path.GetFileNameWithoutExtension(filename),
|
||||
|
||||
Reference in New Issue
Block a user