mirror of
https://github.com/restic/restic.git
synced 2025-03-16 00:00:05 +01:00
nlink -> Nlink
This commit is contained in:
parent
08154445b2
commit
06af86a42a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ func (e *dirEntry) equals(other *dirEntry) bool {
|
|||
return false
|
||||
}
|
||||
|
||||
if stat.nlink() != stat2.nlink() {
|
||||
if stat.Nlink() != stat2.Nlink() {
|
||||
fmt.Fprintf(os.Stderr, "%v: Number of links doe not match (%v != %v)\n", e.path, stat.nlink(), stat2.nlink())
|
||||
return false
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue