Hmm.

Hi again Mark.
 
Missed 3 colon-lengths in my xmalloc... (suddently realized on my way to bed). 
So the patch to the patch should be: 

--- snip
argBuf = xmalloc ( strlen(p->key) +
                strlen(type_stat) +
                strlen(tag_stat) +
                strlen(li->rev_old) + 5);
        sprintf(argBuf,"%s:%s:%s:%s",p->key,type_stat,tag_stat,li->rev_old);
        run_arg (argBuf);
        free(argBuf);
--- snap

Have a nice day.

/Claus



_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to