git: e1deab42d259 - stable/13 - ncal: LT is the country code for Lithuania
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Dec 2024 18:01:20 UTC
The branch stable/13 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=e1deab42d259d3cb8d67e696ed83b66549df9b75 commit e1deab42d259d3cb8d67e696ed83b66549df9b75 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2024-12-28 17:59:59 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-12-28 18:00:58 +0000 ncal: LT is the country code for Lithuania PR: 265479 MFC After: 3 days (cherry picked from commit 6feb6b4ffc0514f59da98992dffd88da472a4397) Sponsored by: Netflix --- 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 599f6961d3ec..20d14b3a4bde 100644 --- a/usr.bin/ncal/ncal.c +++ b/usr.bin/ncal/ncal.c @@ -92,7 +92,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}},