On Thu, Jul 17, 2003 at 03:26:19PM +0100, Nick Cleaton wrote:
> 
> Quick, tell me that new_env_size is smaller than 
> 
>    sizeof(new_env)/sizeof(char *) - 2;

Doh !

I meant quick tell me that new_env_size is not bigger than

    sizeof(new_env)/sizeof(char *) - 2;

--
Nick

Reply via email to