bug fixes

This commit is contained in:
2021-08-31 17:09:30 +02:00
parent ad5fb0fc22
commit 87aeaab6b8
2 changed files with 8 additions and 5 deletions

View File

@@ -143,7 +143,7 @@ void Text::initOffsetFromFile()
if (rfile.is_open() && rfile.good())
{
std::string buffer;
printf("Reading %s file\n", mFile.c_str());
//printf("Reading %s file\n", mFile.c_str());
// Lee los dos primeros valores del fichero
std::getline(rfile, buffer);