[mythtv] [patch] to make mdf work again

Ben de Luca bend at bedel.mine.nu
Mon Nov 8 07:26:38 UTC 2004


terribly trivial :) but my first patch!


Index: mfdlib/settings.cpp
===================================================================
RCS file: /var/lib/mythcvs/mfd/mfdlib/settings.cpp,v
retrieving revision 1.3
diff -u -r1.3 settings.cpp
--- mfdlib/settings.cpp 7 Feb 2004 06:32:20 -0000       1.3
+++ mfdlib/settings.cpp 8 Nov 2004 07:24:37 -0000
@@ -30,7 +30,7 @@
  Settings::Settings()
  {
  #ifdef MYTHLIB_SUPPORT
-    gContext = new MythContext(MYTH_BINARY_VERSION, false, false);
+    gContext = new MythContext(MYTH_BINARY_VERSION, false );
  #endif
  }



More information about the mythtv-dev mailing list