From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH 1/2] geoip-functions.pl: Fix typos and formatting Date: Sun, 12 Nov 2017 13:27:29 +0100 Message-ID: <20171112132729.285cc1d4.peter.mueller@link38.eu> In-Reply-To: <20171109223204.14213-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1062126837280635103==" List-Id: --===============1062126837280635103== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer Reviewed-by: Peter M=C3=BCller --- config/cfgroot/geoip-functions.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/cfgroot/geoip-functions.pl b/config/cfgroot/geoip-functio= ns.pl index fc2dfdd34..623169eaf 100644 --- a/config/cfgroot/geoip-functions.pl +++ b/config/cfgroot/geoip-functions.pl @@ -63,10 +63,10 @@ sub get_flag_icon($) { # the icon for "unknown". my $ccode =3D "unknown"; =20 - # Redoing all the stuff from abouve for the "unknown" icon. - my $file =3D join('.', $ccode,$ext); - my $flag_icon =3D join('/', $flagdir,$file); - my $absolute_path =3D join('', $webroot,$flag_icon); + # Redoing all the stuff from above for the "unknown" icon. + my $file =3D join('.', $ccode, $ext); + my $flag_icon =3D join('/', $flagdir, $file); + my $absolute_path =3D join('', $webroot, $flag_icon); =20 # Check if the icon is present. if (-e "$absolute_path") { --=20 2.12.2 --===============1062126837280635103==--