summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentrydatetime/src/datepath/compiler.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/entry/libimagentrydatetime/src/datepath/compiler.rs')
-rw-r--r--lib/entry/libimagentrydatetime/src/datepath/compiler.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/entry/libimagentrydatetime/src/datepath/compiler.rs b/lib/entry/libimagentrydatetime/src/datepath/compiler.rs
index 037803dc..d7515d16 100644
--- a/lib/entry/libimagentrydatetime/src/datepath/compiler.rs
+++ b/lib/entry/libimagentrydatetime/src/datepath/compiler.rs
@@ -119,7 +119,7 @@ impl DatePathCompiler {
}
}
- StoreId::new_baseless(PathBuf::from(s))
+ StoreId::new(PathBuf::from(s))
}
}