mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-06-14 12:18:58 -05:00
Compare commits
1 Commits
v3.2.2-ix
...
9755b666b3
| Author | SHA1 | Date | |
|---|---|---|---|
| 9755b666b3 |
@@ -25,8 +25,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
entrySymHardLinkRootChunkMarker = -72
|
||||
entrySymHardLinkTargetChunkMarker = -73
|
||||
entrySymHardLinkRootChunkMarker = -9
|
||||
entrySymHardLinkTargetChunkMarker = -10
|
||||
)
|
||||
|
||||
// This is the hidden directory in the repository for storing various files.
|
||||
|
||||
Reference in New Issue
Block a user