diff --git a/openbr/plugins/meta.cpp b/openbr/plugins/meta.cpp index 79a3e11..c0b3bd3 100644 --- a/openbr/plugins/meta.cpp +++ b/openbr/plugins/meta.cpp @@ -541,7 +541,7 @@ private: qDebug("Storing %s", qPrintable(baseName)); QByteArray byteArray; QDataStream stream(&byteArray, QFile::WriteOnly); - stream << description2; + stream << transform->description(); transform->store(stream); QtUtils::writeFile(baseName, byteArray, -1); }