From 1ca7199f3e42445a57c6ce98f6ff939dafaea683 Mon Sep 17 00:00:00 2001
From: Carl Philipp Klemm <philipp@uvos.xyz>
Date: Thu, 27 Oct 2022 13:33:47 +0200
Subject: [PATCH] also remove dots from entry key

---
 main.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main.cpp b/main.cpp
index 683e949..e7d3fe6 100644
--- a/main.cpp
+++ b/main.cpp
@@ -133,6 +133,7 @@ static bool isWhitespace(const char in)
 	switch(in)
 	{
 		case ' ':
+		case '.':
 		case '\t':
 		return true;
 		default:
-- 
GitLab