Sync with latest libmutton development version

This commit is contained in:
2026-01-21 19:12:13 -05:00
parent 0211941a48
commit 8f9aa7eef3
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ func EntryReaderDecrypt(realPath string, hideSecrets bool) {
if err != nil { // if the location does not exist or is a directory...
other.PrintError("Failed to verify target location: "+err.Error(), back.ErrorTargetNotFound)
}
decSlice, err := crypt.DecryptFileToSlice(realPath)
decSlice, err := crypt.DecryptFileToSlice(realPath, nil)
if err != nil {
other.PrintError("Failed to decrypt entry: "+err.Error(), global.ErrorDecryption)
}