summaryrefslogtreecommitdiffstats
path: root/multimedia/2ManDVD/2mandvd-fix-const-char-concatenation.patch
blob: 1a5fd1c0a881d3b9e0c3b77216272d00d0b4da97 (plain)
--- 2ManDVD/mainfrm.cpp.orig	2010-07-04 15:28:28.000000030 +0200
+++ 2ManDVD/mainfrm.cpp	2010-07-04 15:29:26.670000516 +0200
@@ -1045,8 +1045,8 @@
 	outext << "growisofs" << endl;
 	outext << "mpeg2enc" << endl;
         outext << "jpegtopnm /dev/null" << endl;
-        outext << "cat " + qApp->applicationDirPath() + "/fake.pl" << endl;
-        outext << "rm -f " + homeDir.path() + "/.mdvdep.sh" << endl;
+        outext << "cat " << qApp->applicationDirPath() << "/fake.pl" << endl;
+        outext << "rm -f " << homeDir.path() << "/.mdvdep.sh" << endl;
 	outext << "exit" << endl;
 	wmyficext.close();
 	QString programf = "bash";