diff --git a/corelib/src/DBDriver.cpp b/corelib/src/DBDriver.cpp index 396a870ab7..2c38116419 100644 --- a/corelib/src/DBDriver.cpp +++ b/corelib/src/DBDriver.cpp @@ -1179,7 +1179,7 @@ void DBDriver::addInfoAfterRun( << processMemUsed << "," << databaseMemUsed << "," << dictionarySize << "," - "\"" << param.c_str() << "\");"; + "'" << param.c_str() << "');"; } else { @@ -1189,7 +1189,7 @@ void DBDriver::addInfoAfterRun( << processMemUsed << "," << databaseMemUsed << "," << dictionarySize << "," - "\"" << param.c_str() << "\");"; + "'" << param.c_str() << "');"; } } else