Thanks KhienghThenYang and xiaozhubin for discovering this bug.
This commit is contained in:
Chen Wei
2020-01-14 13:50:42 -06:00
parent 3e252c2c68
commit 9316b4a36b
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ static char *CN_SOLARTERM[] = {
/* 干支记年 */
static char *GAN[] = {
"", "", "", "", "", "", "", "", "", ""
"", "", "", "", "", "", "", "", "", ""
};
static char *ZHI[] = {

View File

@@ -70,7 +70,7 @@ CN_MON = {u'正月': 1, u'二月': 2, u'三月': 3, u'四月': 4,
u'閏五月': 105, u'閏六月': 106, u'閏七月': 107, u'閏八月': 108,
u'閏九月': 109, u'閏十月': 110, u'閏十一月': 111, u'閏十二月': 112}
GAN = (u'', u'', u'', u'', u'', u'', u'', u'', u'', u'')
GAN = (u'', u'', u'', u'', u'', u'', u'', u'', u'', u'')
ZHI = (u'', u'', u'', u'', u'', u'',
u'', u'', u'', u'', u'', u'')
SX = (u'', u'', u'', u'', u'', u'',