pad out zmagic to 32+ bytes
This commit is contained in:
parent
40402738da
commit
96dada90ef
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ fmtzbinit(Fmt *f, ZBlock *b)
|
||||||
|
|
||||||
#define ROUNDUP(p, n) ((void*)(((uintptr)(p)+(n)-1)&~(uintptr)((n)-1)))
|
#define ROUNDUP(p, n) ((void*)(((uintptr)(p)+(n)-1)&~(uintptr)((n)-1)))
|
||||||
|
|
||||||
static char zmagic[] = "1234567890abcdefghijkl";
|
static char zmagic[] = "1234567890abcdefghijklmnopqrstuvxyz";
|
||||||
|
|
||||||
ZBlock *
|
ZBlock *
|
||||||
alloczblock(u32int size, int zeroed, uint blocksize)
|
alloczblock(u32int size, int zeroed, uint blocksize)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue