Stripping quotes from SCheckerUserDic
This commit is contained in:
parent
9b3a825e1c
commit
2587aa049f
@ -241,7 +241,7 @@ void CfgScheckerenabled()
|
||||
|
||||
void CfgScheckeruserdic()
|
||||
{
|
||||
strcpy(CFG->scheckeruserdic, val);
|
||||
strcpy(CFG->scheckeruserdic, StripQuotes(val));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user