forked from organicmaps/organicmaps
Fix coordinates processing if query contains '\n'
Signed-off-by: Ruslan Sharipov <main.postbox@mail.ru>
This commit is contained in:
parent
ed7d22cd5e
commit
b819d33a78
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ using namespace std;
|
|||
namespace
|
||||
{
|
||||
string const kSpaces = " \t";
|
||||
string const kCharsToSkip = " \t,;:.()";
|
||||
string const kCharsToSkip = " \n\t,;:.()";
|
||||
string const kDecimalMarks = ".,";
|
||||
|
||||
bool IsDecimalMark(char c)
|
||||
|
|
Loading…
Add table
Reference in a new issue