Xlatlocalset warning fixed
This commit is contained in:
parent
7d3cb0f569
commit
07782be14d
@ -536,7 +536,7 @@ void CfgXlatimport() {
|
|||||||
void CfgXlatlocalset() {
|
void CfgXlatlocalset() {
|
||||||
|
|
||||||
strupr(strxcpy(CFG->xlatlocalset, val, sizeof(CFG->xlatlocalset)));
|
strupr(strxcpy(CFG->xlatlocalset, val, sizeof(CFG->xlatlocalset)));
|
||||||
if(strieql(CFG->xlatlocalset, "IBMPC") or strieql(CFG->xlatlocalset, "+7_FIDO")) {
|
if(CFG->usecharset and (strieql(CFG->xlatlocalset, "IBMPC") or strieql(CFG->xlatlocalset, "+7_FIDO"))) {
|
||||||
std::cout << "* Warning: Charset " << CFG->xlatlocalset << " is obsolete. Consider using CPxxx form." << std::endl;
|
std::cout << "* Warning: Charset " << CFG->xlatlocalset << " is obsolete. Consider using CPxxx form." << std::endl;
|
||||||
cfgerrors++;
|
cfgerrors++;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user