diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2024-08-17 00:00:40 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-08-17 00:00:40 +0200 |
commit | 05e142f9462ab87662dcbf484427f463c5ed2c55 (patch) | |
tree | e8ec8e9b2a45723ede42aaa4deb559f643df87f2 /src/postprocess | |
parent | 265bd077be941236831c028441e9b3dfa097e6ef (diff) |
Add some more years to the merge entries code
Diffstat (limited to 'src/postprocess')
-rw-r--r-- | src/postprocess/merge_entries.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/postprocess/merge_entries.c b/src/postprocess/merge_entries.c index 1dd7d50..aed0aec 100644 --- a/src/postprocess/merge_entries.c +++ b/src/postprocess/merge_entries.c | |||
@@ -26,7 +26,7 @@ const char *g_year_map[] = { | |||
26 | "1992_Q2", "1995_Q0", "1996_Q0", "1996_Q1", "1997_Q1", "1997_Q3", "1998_Q1", "1998_Q3", "1999_Q1", "1999_Q3", "2000_Q1", "2000_Q3", "2001_Q1", "2001_Q2", "2001_Q3", "2001_Q4", "2002_Q1", | 26 | "1992_Q2", "1995_Q0", "1996_Q0", "1996_Q1", "1997_Q1", "1997_Q3", "1998_Q1", "1998_Q3", "1999_Q1", "1999_Q3", "2000_Q1", "2000_Q3", "2001_Q1", "2001_Q2", "2001_Q3", "2001_Q4", "2002_Q1", |
27 | "2002_Q3", "2003_Q1", "2003_Q3", "2004_Q1", "2004_Q3", "2005_Q1", "2005_Q3", "2006_Q1", "2006_Q3", "2007_Q1", "2007_Q3", "2008_Q1", "2008_Q3", "2009_Q1", "2009_Q3", "2010_Q1", "2010_Q3", | 27 | "2002_Q3", "2003_Q1", "2003_Q3", "2004_Q1", "2004_Q3", "2005_Q1", "2005_Q3", "2006_Q1", "2006_Q3", "2007_Q1", "2007_Q3", "2008_Q1", "2008_Q3", "2009_Q1", "2009_Q3", "2010_Q1", "2010_Q3", |
28 | "2011_Q1", "2011_Q3", "2012_Q1", "2012_Q3", "2013_Q1", "2013_Q3", "2014_Q1", "2014_Q3", "2015_Q1", "2015_Q3", "2016_Q1", "2016_Q3", "2017_Q1", "2017_Q3", "2018_Q1", "2018_Q3", "2019_Q1", | 28 | "2011_Q1", "2011_Q3", "2012_Q1", "2012_Q3", "2013_Q1", "2013_Q3", "2014_Q1", "2014_Q3", "2015_Q1", "2015_Q3", "2016_Q1", "2016_Q3", "2017_Q1", "2017_Q3", "2018_Q1", "2018_Q3", "2019_Q1", |
29 | 0 | 29 | "2019_Q3", "2020_Q1", "2020_Q3", "2021_Q1", "2021_Q3", "2022_Q1", "2022_Q3", "2023_Q1", "2023_Q3", "2024_Q1", "2024_Q3", "2025_Q1", NULL |
30 | }; | 30 | }; |
31 | 31 | ||
32 | static int year_to_offset(const char *year) { | 32 | static int year_to_offset(const char *year) { |