Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Failures in today's build
- X-seq: zsh-workers 24000
- From: Andrey Borzenkov <arvidjaar@xxxxxxxxxx>
- To: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>, zsh workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: Failures in today's build
- Date: Sat, 20 Oct 2007 10:44:29 +0400
- In-reply-to: <20071019201935.GA27998@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20a807210710191302o5bc328b2pab30d13195708195@xxxxxxxxxxxxxx> <20071019201935.GA27998@xxxxxxxxxxx>
On Saturday 20 October 2007, Clint Adams wrote:
> -static HashTable zcurses_colorpairs;
> +static HashTable zcurses_colorpairs = NULL;
This is redundant. Static variables are required to be initialized to 0 which
for pointers translates to NULL (whatever is NULL on current platform)
Attachment:
signature.asc
Description: This is a digitally signed message part.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author