mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
Few typing corrections and translations
This commit is contained in:
@@ -109,7 +109,7 @@ bool ClassFlowPostProcessing::LoadPreValue(void)
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
fgets(zw, 1024, pFile);
|
fgets(zw, 1024, pFile);
|
||||||
printf("Read Zeile Prevalue.ini: %s", zw);
|
printf("Read line Prevalue.ini: %s", zw);
|
||||||
zwtime = trim(std::string(zw));
|
zwtime = trim(std::string(zw));
|
||||||
if (zwtime.length() == 0)
|
if (zwtime.length() == 0)
|
||||||
return false;
|
return false;
|
||||||
@@ -160,7 +160,7 @@ bool ClassFlowPostProcessing::LoadPreValue(void)
|
|||||||
_done = true;
|
_done = true;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
printf("Read Zeile Prevalue.ini: %s", zw);
|
printf("Read line Prevalue.ini: %s", zw);
|
||||||
zerlegt = HelperZerlegeZeile(trim(std::string(zw)), "\t");
|
zerlegt = HelperZerlegeZeile(trim(std::string(zw)), "\t");
|
||||||
if (zerlegt.size() > 1)
|
if (zerlegt.size() > 1)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="6cd52a3";
|
const char* GIT_REV="01337dd";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="master";
|
const char* GIT_BRANCH="texts-typing-corrections";
|
||||||
const char* BUILD_TIME="2022-09-21 07:51";
|
const char* BUILD_TIME="2022-09-21 19:55";
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="6cd52a3";
|
const char* GIT_REV="01337dd";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="master";
|
const char* GIT_BRANCH="texts-typing-corrections";
|
||||||
const char* BUILD_TIME="2022-09-21 07:51";
|
const char* BUILD_TIME="2022-09-21 19:55";
|
||||||
Reference in New Issue
Block a user