Re: svn commit: rev 7707 - branches/issue-1429-dev/subversion/mod_dav_svn
From: Greg Stein <gstein_at_lyra.org>
Date: 2003-11-12 01:22:21 CET
On Tue, Nov 11, 2003 at 05:58:02PM -0600, kfogel@tigris.org wrote:
Urk. You're making another copy of that string, simply to transform it
Ideally, qval would reside on the stack, and you could:
qval.data = tmp->data;
Obviously, that will change the other branch, but I imagine you can figure
Hmm. Now that I pulled up the file to really look at the context, I'd
qval = tmp->data;
and in the other branch:
qval = svn_base64_encode_string(value, pool)->data;
Then just write out "qval" rather than "qval->data".
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Nov 12 01:24:18 2003 |
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.