AMIGAOS: Revert MorphOS change (taken care in another PR)

This commit is contained in:
Hubert Maier 2021-05-01 10:28:56 +02:00 committed by Le Philousophe
parent 13d5b6660e
commit ae9ad5b187

View File

@ -358,7 +358,7 @@ Common::WriteStream *MorphOSFilesystemNode::createWriteStream() {
}
bool MorphOSFilesystemNode::createDirectory() {
warning("MorphOSFilesystemNode::createDirectory(): Not supported");
warning("AmigaOSFilesystemNode::createDirectory(): Not supported");
return _bIsValid && _bIsDirectory;
}