ash: s/ckzmalloc/ckzalloc/
This commit is contained in:
parent
838ffd5be2
commit
6aa74fcf5b
@ -8887,7 +8887,7 @@ pushstring(char *s, void *ap)
|
|||||||
INT_OFF;
|
INT_OFF;
|
||||||
/*dprintf("*** calling pushstring: %s, %d\n", s, len);*/
|
/*dprintf("*** calling pushstring: %s, %d\n", s, len);*/
|
||||||
if (parsefile->strpush) {
|
if (parsefile->strpush) {
|
||||||
sp = ckzmalloc(sizeof(struct strpush));
|
sp = ckzalloc(sizeof(struct strpush));
|
||||||
sp->prev = parsefile->strpush;
|
sp->prev = parsefile->strpush;
|
||||||
parsefile->strpush = sp;
|
parsefile->strpush = sp;
|
||||||
} else
|
} else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user