mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 19:14:55 +00:00
Merge pull request #2610 from wschaeferB/2408-FilterExtensionRegex
2408-Fixed extension regex rules saving as regex
This commit is contained in:
commit
00ec3a9c13
@ -763,7 +763,7 @@ public final class FilesSet implements Serializable {
|
||||
* matched.
|
||||
*/
|
||||
ExtensionCondition(Pattern extension) {
|
||||
super(extension.pattern(), false);
|
||||
super(extension);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user