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

Xavier Hervy maxpower44 at tiscali.fr
Wed Feb 25 15:11:28 EST 2004


Matt Zimmerman wrote:

> On Tue, Feb 24, 2004 at 11:07:53AM +0100, Xavier Hervy wrote:
> 
> 
>>This patch should fix an error of compilie in filtermanager.cpp
>>Xavier
>>
> 
> 
>>? 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;
>>     }
> 
> 
> Applied.
> 
Thx



More information about the mythtv-dev mailing list