Skip to content

Commit

Permalink
another try to implement method in
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Bustamante <[email protected]>
  • Loading branch information
jjbustamante committed Nov 9, 2023
1 parent 89ff8eb commit 53bd136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/archive/archive_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func hasHardlinks(fi os.FileInfo, path string) bool {
}
defer syscall.CloseHandle(handle)

var info *syscall.ByHandleFileInformation
var info syscall.ByHandleFileInformation
err = syscall.GetFileInformationByHandle(handle, &info)
if err != nil {
return false
Expand Down

0 comments on commit 53bd136

Please sign in to comment.