On 29.09.2013 20:59, Stefan Fuhrmann wrote:
>
> On Sun, Sep 29, 2013 at 8:46 PM, Bert Huijben <b...@qqmail.nl
> <mailto: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?

Does copy_something() have side effects?

-- Brane


-- 
Branko Čibej | Director of Subversion
WANdisco // Non-Stop Data
e. br...@wandisco.com

Reply via email to