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

Re: svn commit: rev 6319 - trunk/subversion/include

From: <kfogel_at_collab.net>
Date: 2003-06-24 01:21:12 CEST

cmpilato@collab.net writes:
> Sure we do. The conditions are quite simple, really. Calls like
> this:
>
> new_path = svn_path_uri_encode (path, pool)
>
> become:
>
> new_path = path ? svn_path_uri_encode (path, pool) : NULL;

D'oh! That makes sense. I shut up now :-).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 24 02:09:54 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.