1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-01 04:46:08 +02:00

unposted: quash compiler warning

This commit is contained in:
Oliver Kiddle 2014-10-31 18:00:05 +01:00
parent 1d261ef53a
commit 6a29f66f8a
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2014-10-31 Oliver Kiddle <opk@zsh.org>
* unposted: Src/jobs.c: quash compiler warning
* unposted: Test/X02zlevi.ztst: correct cursor position in test
2014-10-31 Peter Stephenson <p.stephenson@samsung.com>

View File

@ -1813,7 +1813,9 @@ static int hackspace;
void
init_jobs(char **argv, char **envp)
{
#ifndef HAVE_SETPROCTITLE
char *p, *q;
#endif
size_t init_bytes = MAXJOBS_ALLOC*sizeof(struct job);
/*