summaryrefslogtreecommitdiff
path: root/plugins/warp/src/matcher.rs
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-11-04 01:48:03 -0500
committerMason Reed <mason@vector35.com>2024-11-04 01:48:03 -0500
commit7743af0603a2568ad28a1b152153eabce8c52dd7 (patch)
tree082d2e33e321fa453c4b6230e679e89d87c19ef6 /plugins/warp/src/matcher.rs
parent393c7fb508b465b0cb096d46eaaefc08030e9fed (diff)
WARP: Misc formatting and remove useless apply command
Diffstat (limited to 'plugins/warp/src/matcher.rs')
-rw-r--r--plugins/warp/src/matcher.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/warp/src/matcher.rs b/plugins/warp/src/matcher.rs
index 823ac2aa..91405381 100644
--- a/plugins/warp/src/matcher.rs
+++ b/plugins/warp/src/matcher.rs
@@ -76,6 +76,7 @@ impl Matcher {
let user_dir = binaryninja::user_directory().unwrap();
let root_user_sig_dir = user_dir.join("signatures");
let plat_user_sig_dir = root_user_sig_dir.join(&platform_name);
+ // If the dir has not been created, create it.
let user_data = get_data_from_dir(&plat_user_sig_dir);
data.extend(user_data);