Stefan Fuhrmann wrote:
> Bert Huijben <b...@qqmail.nl> wrote:
>> 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 */

No it didn't.  The code quoted in the email read:

  noderev->copyROOT_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?

Looks like it.

- Julian

Reply via email to