]> git.lyx.org Git - features.git/commitdiff
Fix endless loop. This Mover class is fishy...
authorAbdelrazak Younes <younes@lyx.org>
Wed, 12 Dec 2007 20:45:37 +0000 (20:45 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 12 Dec 2007 20:45:37 +0000 (20:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22110 a592a061-630c-0410-9148-cb99ea01b6c8

src/Mover.cpp

index 17cb7ba57a43fcdba7b74bce13d97c829c9572b4..bf089be2947036e2b6590bd9fb05312ae83bbab9 100644 (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);
 }