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:
Abdelrazak Younes 2007-12-12 20:45:37 +00:00
parent ab3459c410
commit ff1843b847

View File

@ -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);
}