Now using AALMAG instead of ARMAG for led libraries.
authorkeie <none@none>
Wed, 12 Jun 1985 10:31:28 +0000 (10:31 +0000)
committerkeie <none@none>
Wed, 12 Jun 1985 10:31:28 +0000 (10:31 +0000)
util/led/save.c

index 2618199..b9483a4 100644 (file)
@@ -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);
        }
 }