[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: Stefan Fuhrmann <stefan.fuhrmann_at_wandisco.com>
Date: Sun, 29 Sep 2013 20:59:21 +0200

On Sun, Sep 29, 2013 at 8:46 PM, Bert Huijben <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?

-- Stefan^2.
Received on 2013-09-29 20:59:56 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.