From 0d434548fc8ad10b3bf499f09db59d806efbc9ed Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Wed, 28 May 2025 11:17:39 +0200 Subject: [PATCH] Add fixed message for testing #55 --- Common/TextCollector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/TextCollector.cpp b/Common/TextCollector.cpp index 5ea9838..50a1b99 100644 --- a/Common/TextCollector.cpp +++ b/Common/TextCollector.cpp @@ -139,5 +139,5 @@ std::string CTextCollector::getData() m_has2 = false; m_has3 = false; - return std::string(m_data); + return std::string("ABCDEFGHIJ0123456789"); }