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

Re: Moves in FSFS

From: Branko Čibej <brane_at_wandisco.com>
Date: Sun, 29 Sep 2013 21:02:13 +0200

On 29.09.2013 20:59, Stefan Fuhrmann wrote:
>
> On Sun, Sep 29, 2013 at 8:46 PM, Bert Huijben <bert_at_qqmail.nl
> <mailto:bert_at_qqmail.nl>> wrote:
>
> Hi Stefan,
>
>
>
> Are you sure there are no behavior changes by changing this?
>
>
> Reasonably sure. Previously, it read
>
> noderev->copyfrom_path = copy_something();
> noderev->copyfrom_path = NULL; /* result of copy_something() is
> gone now */
>
> Now, it just reads
>
> noderev->copyfrom_path = NULL;
>
> Did I miss something?

Does copy_something() have side effects?

-- Brane

-- 
Branko Čibej | Director of Subversion
WANdisco // Non-Stop Data
e. brane_at_wandisco.com
Received on 2013-09-29 21:02:49 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.