aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-20 20:45:08 +0200
committerStefan Boberg <[email protected]>2021-09-20 20:45:08 +0200
commit6854762faf0f564efc73d0933a1b2fa6bcc11243 (patch)
tree21c20f6d8d440319248f9bcb5c92f30cde4794eb
parentCompile out mpscqueue tests for now as it appears to misbehave for whatever r... (diff)
downloadzen-6854762faf0f564efc73d0933a1b2fa6bcc11243.tar.xz
zen-6854762faf0f564efc73d0933a1b2fa6bcc11243.zip
Fixed another issue with filecas name sharding
-rw-r--r--zenstore/filecas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/filecas.cpp b/zenstore/filecas.cpp
index 983ce166e..968c9f3a0 100644
--- a/zenstore/filecas.cpp
+++ b/zenstore/filecas.cpp
@@ -64,7 +64,7 @@ FileCasStrategy::MakeShardedPath(WideStringBuilderBase& ShardedPath, const IoHas
OutShard2len = ShardedPath.Size();
ShardedPath.Append('\\');
- ShardedPath.AppendAsciiRange(str + 5, str + 64);
+ ShardedPath.AppendAsciiRange(str + 5, str + 40);
return ShardedPath;
}