On Tue, 11 May 2010 at  2:06:13 +0200, Tamas TEVESZ wrote:
> 
> free this innocent thing from sitting and being lonely in my tree

Applied. Thanks for freeing the innocent; now it has a lot of company
in #next :-)

> -     sprintf(varname, "%s%i", var, scr);
> +     snprintf(varname, sizeof(varname), "%s%i", var, scr);
>       p = getenv(varname);
>       if (!p) {
>               p = getenv(var);
> -- 


-- 
To unsubscribe, send mail to [email protected].

Reply via email to