[mythtv] patch for compiling mainserver.cpp
DMW
davemw at shaw.ca
Fri Sep 19 22:02:38 EDT 2003
CVS doesn't compile for me without this.
- Dave
diff -u -r1.80 mainserver.cpp
--- programs/mythbackend/mainserver.cpp 20 Sep 2003 01:38:06 -0000 1.80
+++ programs/mythbackend/mainserver.cpp 20 Sep 2003 03:58:28 -0000
@@ -874,7 +874,8 @@
if (!QDir::root().rename(oldfilename, newfilename, TRUE))
{
VERBOSE(VB_IMPORTANT, QString("Could not rename: %1 to %2")
- .arg(oldfilename, newfilename));
+ .arg(oldfilename)
+ .arg(newfilename));
}
}
else
More information about the mythtv-dev
mailing list