migrate to PIP v4.1
This commit is contained in:
@@ -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, 1);
|
||||
return PICout::withExternalBuffer(buff, core->cout_buffer_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user