mirror of
https://github.com/restic/restic.git
synced 2026-09-04 03:35:01 +00:00
Merge remote-tracking branch 'fw42/mixed_caps'
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ func (node *Node) OpenForReading() (*os.File, error) {
|
||||
return os.Open(n.path)
|
||||
}
|
||||
|
||||
func (node *Node) fill_extra(path string, fi os.FileInfo) error {
|
||||
func (node *Node) fillExtra(path string, fi os.FileInfo) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user