Open gbrsales opened 6 years ago
One of the calls to gt4_word_map_new in glistcompare.c sets the major_version argument to VERSION_MINOR.
gt4_word_map_new
glistcompare.c
major_version
VERSION_MINOR
I think the correct value should be VERSION_MAJOR.
VERSION_MAJOR
One of the calls to
gt4_word_map_new
inglistcompare.c
sets themajor_version
argument toVERSION_MINOR
.I think the correct value should be
VERSION_MAJOR
.