diff src/main/kotlin/name/blackcap/passman/Entry.kt @ 9:72619175004e

Fix issues found in testing.
author David Barts <n5jrn@me.com>
date Sat, 01 Oct 2022 09:57:23 -0700
parents 698c4a3d758d
children c69665ff37d0
line wrap: on
line diff
--- a/src/main/kotlin/name/blackcap/passman/Entry.kt	Fri Sep 23 20:59:52 2022 -0700
+++ b/src/main/kotlin/name/blackcap/passman/Entry.kt	Sat Oct 01 09:57:23 2022 -0700
@@ -58,7 +58,7 @@
     }
 
     fun printLong(redactPassword: String? = null) {
-        print(redactPassword)
+        this.print(redactPassword)
         println("Notes: ${notes ?: "(none)"}")
         printDate("Created", created)
         printDate("Modified", modified)