Skip to content
Snippets Groups Projects
Commit 1ca7199f authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

also remove dots from entry key

parent b5b399c3
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,7 @@ static bool isWhitespace(const char in)
switch(in)
{
case ' ':
case '.':
case '\t':
return true;
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment