Few typing corrections and translations

This commit is contained in:
Cristian
2022-09-21 23:36:14 +02:00
parent 6794091919
commit 6938299b72
3 changed files with 8 additions and 8 deletions

View File

@@ -109,7 +109,7 @@ bool ClassFlowPostProcessing::LoadPreValue(void)
return false;
fgets(zw, 1024, pFile);
printf("Read Zeile Prevalue.ini: %s", zw);
printf("Read line Prevalue.ini: %s", zw);
zwtime = trim(std::string(zw));
if (zwtime.length() == 0)
return false;
@@ -160,7 +160,7 @@ bool ClassFlowPostProcessing::LoadPreValue(void)
_done = true;
else
{
printf("Read Zeile Prevalue.ini: %s", zw);
printf("Read line Prevalue.ini: %s", zw);
zerlegt = HelperZerlegeZeile(trim(std::string(zw)), "\t");
if (zerlegt.size() > 1)
{

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="6cd52a3";
const char* GIT_REV="01337dd";
const char* GIT_TAG="";
const char* GIT_BRANCH="master";
const char* BUILD_TIME="2022-09-21 07:51";
const char* GIT_BRANCH="texts-typing-corrections";
const char* BUILD_TIME="2022-09-21 19:55";

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="6cd52a3";
const char* GIT_REV="01337dd";
const char* GIT_TAG="";
const char* GIT_BRANCH="master";
const char* BUILD_TIME="2022-09-21 07:51";
const char* GIT_BRANCH="texts-typing-corrections";
const char* BUILD_TIME="2022-09-21 19:55";