GLK: AGT: Turn on smart disambiguation by default for AGT 1.5 onwards

This commit is contained in:
Walter Agazzi 2022-09-24 21:50:02 +02:00 committed by Paul Gilbert
parent 27a5b9a81e
commit 7665848708

View File

@ -247,6 +247,11 @@ rbool parse_config_line(char *buff, rbool lastpass) {
void read_config(genfile cfgfile, rbool lastpass) {
char buff[100];
if (lastpass) {
/* Default to smart disambiguation for 1.5 onwards */
if (aver >= AGT15) PURE_DISAMBIG = 0;
}
if (!filevalid(cfgfile, fCFG)) return;
while (readln(cfgfile, buff, 99)) {