mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-06-13 19:58:48 -05:00
Fix formatting of diagnostic some diagnostic messages
This commit is contained in:
@@ -125,6 +125,10 @@ func (entry *Entry) RestoreSpecial(fullPath string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (entry *Entry) FmtSpecial() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func MakeHardlink(source string, target string) error {
|
||||
return os.Link(source, target)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user