mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
ash: s/ckzmalloc/ckzalloc/
This commit is contained in:
parent
838ffd5be2
commit
6aa74fcf5b
@ -8887,7 +8887,7 @@ pushstring(char *s, void *ap)
|
||||
INT_OFF;
|
||||
/*dprintf("*** calling pushstring: %s, %d\n", s, len);*/
|
||||
if (parsefile->strpush) {
|
||||
sp = ckzmalloc(sizeof(struct strpush));
|
||||
sp = ckzalloc(sizeof(struct strpush));
|
||||
sp->prev = parsefile->strpush;
|
||||
parsefile->strpush = sp;
|
||||
} else
|
||||
|
Loading…
Reference in New Issue
Block a user