Compare commits

...

1 Commits

Author SHA1 Message Date
31bacbedae new PIP 2024-11-28 12:36:47 +03:00

View File

@@ -19,5 +19,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::withExternalBuffer(buff, core->cout_buffer_id);
return PICout::withExternalBufferAndID(buff, core->cout_buffer_id);
}