Fix replacement

This commit is contained in:
2025-06-07 11:21:51 +02:00
parent 5d4cd30d95
commit 0a9fe8f4f8
3 changed files with 5 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ public:
while(!is.eof())
{
std::getline(is, tmp);
std::cout << tmp << std::endl;
if (tmp.at(0) == '#') // ignore comments
continue;