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

Reply via email to