This commit is contained in:
elasota
2019-12-30 01:25:16 -05:00
parent fb105bd338
commit 349680840b
2 changed files with 4 additions and 1 deletions

View File

@@ -288,6 +288,8 @@ void CreatePointers (void)
RedAlert(kErrNoMemory);
else
{
PL_STATIC_ASSERT(sizeof(demoType) == 6);
BlockMove(*tempHandle, demoData, kDemoLength);
tempHandle.Dispose();
}