File system refactoring

This commit is contained in:
elasota
2019-12-29 06:38:18 -05:00
parent b24505164d
commit 430842d17b
74 changed files with 874 additions and 1240 deletions

View File

@@ -885,7 +885,7 @@ void BringSendFrontBack (Boolean bringFront)
linksList = (linksPtr)NewPtr(sizeof(linksType) * numLinks);
if (linksList == nil)
{
YellowAlert(kYellowCantOrderLinks, MemError());
YellowAlert(kYellowCantOrderLinks, PLErrors::kOutOfMemory);
return;
}
GenerateLinksList(); // Fill in links list with src/dest<73>