summaryrefslogtreecommitdiff
blob: b8d01e50a28098527e9460393b0fcc5bc947b34d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: 2ManDVD/mainfrm.cpp
===================================================================
--- 2ManDVD.orig/mainfrm.cpp
+++ 2ManDVD/mainfrm.cpp
@@ -1045,8 +1045,8 @@ mainfrm::mainfrm(QWidget *parent) : QMai
 	outext << "growisofs" << endl;
 	outext << "mpeg2enc" << endl;
         outext << "jpegtopnm /dev/null" << endl;
-        outext << "cat " + "/usr/share/2mandvd//fake.pl" << endl;
-        outext << "rm -f " + homeDir.path() + "/.mdvdep.sh" << endl;
+        outext << "cat " << "/usr/share/2mandvd//fake.pl" << endl;
+        outext << "rm -f " << homeDir.path()<<"/.mdvdep.sh" << endl;
 	outext << "exit" << endl;
 	wmyficext.close();
 	QString programf = "bash";