This commit is contained in:
2024-11-28 12:36:47 +03:00
parent a3e88f792d
commit 31bacbedae

View File

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