Now using AALMAG instead of ARMAG for led libraries.
This commit is contained in:
parent
57acada057
commit
3e6e781c8d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ savemagic()
|
|||
return;
|
||||
|
||||
if ((p = core_alloc(ALLOMODL, (long)sizeof(ushort))) != (char *)0) {
|
||||
*(ushort *)p = ARMAG;
|
||||
*(ushort *)p = AALMAG;
|
||||
core_position += sizeof(ushort);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue