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().