Shimcache: Use self.Path.vol.count instead of hardcoded value

This commit is contained in:
David McDonald
2025-04-14 11:43:57 -05:00
parent 1d4893156e
commit 62bd41980b
@@ -136,7 +136,7 @@ class SHIM_CACHE_ENTRY(objects.StructType):
self._context,
self.Path.vol.layer_name,
self.Path.vol.offset,
520,
self.Path.vol.count,
encoding="utf-16le",
)