info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: John Cavanaugh's branch locking patch updated for CVS 1.12.5


From: Claus Henriksen
Subject: Re: John Cavanaugh's branch locking patch updated for CVS 1.12.5
Date: Mon, 5 Jan 2004 23:43:37 +0100
User-agent: KMail/1.5.3

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]