Compare commits

..

2 Commits

Author SHA1 Message Date
Бычков Андрей
c5824795e6 Merge branch 'master' of https://git.shs.tools/SHS/cd 2022-08-08 16:46:09 +03:00
Бычков Андрей
87dcb0db6a picout 2022-08-08 16:45:45 +03:00

View File

@@ -18,5 +18,5 @@ void MInterface::messageBox(const CDType & m, const PIString & msg) {
PICout MInterface::createPICout(const CDType & m) const {
PIString * buff = new PIString("[" + CDCore::pathToString(m.path()) + "]");
return PICout(buff, 1);
return PICout::withExternalBuffer(buff, 1);
}