From 62086a4b656a74dd51e1d29d3e30d3d0a56e93d0 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 1 Apr 2022 18:10:59 +0200 Subject: double 'p' fixed --- src/u_prints.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/u_prints.go') diff --git a/src/u_prints.go b/src/u_prints.go index 9174fc0..c4faf4f 100644 --- a/src/u_prints.go +++ b/src/u_prints.go @@ -65,8 +65,8 @@ func print_time_left(curr_t [3]byte, dest_t [3]byte) { left_secs = (dest_secs + (24 * 3600)) - curr_secs } left_t := seconds_to_time(left_secs) + fmt.Print("\r ") if left_secs < 60 { - fmt.Print("\r ") fmt.Print( "\r", left_t[SECS], "s", @@ -108,3 +108,7 @@ func print_real_help() { func print_version() { fmt.Println(PROGNAME, VERSION) } + +func print_fortune_not_found() { + fmt.Println("Beware, fortune is set on but was not found") +} -- cgit v1.2.3