mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix endless loop. This Mover class is fishy...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22110 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ab3459c410
commit
ff1843b847
@ -36,7 +36,7 @@ bool Mover::copy(FileName const & from, FileName const & to,
|
||||
bool Mover::do_copy(FileName const & from, FileName const & to,
|
||||
string const &, unsigned long int mode) const
|
||||
{
|
||||
return copy(from, to, mode);
|
||||
return support::copy(from, to, mode);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user