https://issues.apache.org/bugzilla/show_bug.cgi?id=50317
--- Comment #49 from Ruediger Pluem <[email protected]> --- (In reply to Yann Ylavic from comment #48) > apr/include.apr_file_io.h : > /** > * Rename the specified file. > * [...] > * @warning If a file exists at the new location, then it will be > * overwritten. [...] > */ > APR_DECLARE(apr_status_t) apr_file_rename(const char *from_path, > const char *to_path, > apr_pool_t *pool); > > The warning is not platform specific, so it should work for all. Sounds good. @Jan: Care to create a merged patch (my part and your part) and commit to trunk? I guess further tuning can happen there. Or do we face this problem only in 2.2.x? In this case a merged backport proposal patch would be great :-) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
