found a %D; replaced by %ld

This commit is contained in:
ceriel 1988-05-06 17:03:06 +00:00
parent 066439ec19
commit d33fa59a9f

View file

@ -59,7 +59,7 @@ minixhead()
stack += 0x00010000L;
if (chmemstr)
stack = chmem(chmemstr, stack);
printf("%D bytes assigned to stack+malloc area\n", stack);
printf("%ld bytes assigned to stack+malloc area\n", stack);
mh[6] = stack + (mh[3] + mh[4]);
if ((mh[0] & 0x00200000L) == 0) /* not SEPARATE */
mh[6] += mh[2];