diff options
| author | Stefan Boberg <[email protected]> | 2021-09-20 20:45:08 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-20 20:45:08 +0200 |
| commit | 6854762faf0f564efc73d0933a1b2fa6bcc11243 (patch) | |
| tree | 21c20f6d8d440319248f9bcb5c92f30cde4794eb | |
| parent | Compile out mpscqueue tests for now as it appears to misbehave for whatever r... (diff) | |
| download | zen-6854762faf0f564efc73d0933a1b2fa6bcc11243.tar.xz zen-6854762faf0f564efc73d0933a1b2fa6bcc11243.zip | |
Fixed another issue with filecas name sharding
| -rw-r--r-- | zenstore/filecas.cpp | 2 |
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; } |