Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2022 17:37:51 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6feb6b4ffc05 - main - ncal: LT is the country code for Lithuania
Message-ID:  <202207281737.26SHbpJK074347@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=6feb6b4ffc0514f59da98992dffd88da472a4397

commit 6feb6b4ffc0514f59da98992dffd88da472a4397
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-07-28 17:34:38 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-07-28 17:35:50 +0000

    ncal: LT is the country code for Lithuania
    
    PR: 265479
    MFC After: 3 days
---
 usr.bin/ncal/ncal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/ncal/ncal.c b/usr.bin/ncal/ncal.c
index 3f0df22e37fc..8f94264efcd2 100644
--- a/usr.bin/ncal/ncal.c
+++ b/usr.bin/ncal/ncal.c
@@ -94,7 +94,7 @@ static struct djswitch {
 	{"IS", "Iceland",       {1700, 11, 16}},
 	{"IT", "Italy",         {1582, 10,  4}},
 	{"JP", "Japan",         {1918, 12, 18}},
-	{"LI", "Lithuania",     {1918,  2,  1}},
+	{"LT", "Lithuania",     {1918,  2,  1}},
 	{"LU", "Luxembourg",    {1582, 12, 14}},
 	{"LV", "Latvia",        {1918,  2,  1}},
 	{"NL", "Netherlands",   {1582, 12, 14}},



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207281737.26SHbpJK074347>