Hopefully fix mapinfo on some maps

This commit is contained in:
def 2014-07-19 17:07:26 +02:00
parent 510b8c6e21
commit 809dd8adf0

View file

@ -1174,7 +1174,8 @@ void CSqlScore::FuzzyString(char *pString)
break;
newString[pos++] = pString[i];
newString[pos++] = '%';
if (pString[i] != '\\')
newString[pos++] = '%';
}
newString[pos] = '\0';