From: b <rowerynaksiezycu@gmail.com>
Date: Mon, 25 Mar 2024 16:12:24 +0000 (+0000)
Subject: remove OTHER redundant dot from output
X-Git-Tag: v1.2.7
X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;ds=sidebyside;p=botm%2Fconfig

remove OTHER redundant dot from output
(why didn't I notice it the first time? embarrassing)
---

diff --git a/configure.1.pl b/configure.1.pl
index f79860c..d55e209 100755
--- a/configure.1.pl
+++ b/configure.1.pl
@@ -1186,7 +1186,7 @@ sub parse_file {
 sub convert_file {
 	(my $in, my $out, my $encoding) = @_;
 	
-	print_verbose(0, 0, "$in. -> $out");
+	print_verbose(0, 0, "$in -> $out");
 	
 	my $ref_in = ref($in);
 	my $ref_out = ref($out);