[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion issue 890 [custom keywords]

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 22 Sep 2010 20:28:58 +0200

Stefan Sperling wrote on Wed, Sep 22, 2010 at 20:07:52 +0200:
> On Wed, Sep 22, 2010 at 07:52:46AM -0700, David O'Brien wrote:
> > + case '_': /* '%_' => a space */
> > + svn_stringbuf_appendbytes(value, " ", 1);
> > + break;
>
> Hmmm, no tabs here...
>
> > case '%': /* '%%' => a literal % */
> > svn_stringbuf_appendbytes(value, cur, 1);
> > break;

This could use svn_stringbuf_appendbyte().
Received on 2010-09-22 20:30:17 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.