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;
|
return;
|
||||||
|
|
||||||
if ((p = core_alloc(ALLOMODL, (long)sizeof(ushort))) != (char *)0) {
|
if ((p = core_alloc(ALLOMODL, (long)sizeof(ushort))) != (char *)0) {
|
||||||
*(ushort *)p = ARMAG;
|
*(ushort *)p = AALMAG;
|
||||||
core_position += sizeof(ushort);
|
core_position += sizeof(ushort);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue