[mythtv] [BUG][PATCH] Error of compile

Xavier Hervy maxpower44 at tiscali.fr
Tue Feb 24 05:07:53 EST 2004


This patch should fix an error of compilie in filtermanager.cpp
Xavier

-------------- next part --------------
? mythtv/programs/s
Index: mythtv/libs/libmythtv/filtermanager.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/filtermanager.cpp,v
retrieving revision 1.10
diff -u -r1.10 filtermanager.cpp
--- mythtv/libs/libmythtv/filtermanager.cpp	24 Feb 2004 07:38:59 -0000	1.10
+++ mythtv/libs/libmythtv/filtermanager.cpp	24 Feb 2004 10:02:06 -0000
@@ -477,7 +477,8 @@
         VERBOSE(VB_IMPORTANT, QString("FilterManager: dlopen did not report "
                 "an error, but returned NULL for symbol '%1' from shared "
                 "library '%2'")
-                .arg(FiltInfo->symbol,FiltInfo->libname));
+                .arg(FiltInfo->symbol)
+		.arg(FiltInfo->libname));
         return NULL;
     }
 


More information about the mythtv-dev mailing list