Index: sources/storage/filehandler.cpp =================================================================== diff -u -r3aab84456cfbdc4c4f495975ba9b8968eb844309 -r920342d3f8cb8c29966f2354ebc7d241df23ccf7 --- sources/storage/filehandler.cpp (.../filehandler.cpp) (revision 3aab84456cfbdc4c4f495975ba9b8968eb844309) +++ sources/storage/filehandler.cpp (.../filehandler.cpp) (revision 920342d3f8cb8c29966f2354ebc7d241df23ccf7) @@ -99,7 +99,6 @@ QStringList arguments; arguments << "-r" << vSource << vDestination; int result = QProcess::execute(cp, arguments); - return result; } // coco end