From: Felix Domke Date: Mon, 19 Dec 2005 17:42:29 +0000 (+0000) Subject: fix typo (reported by mechatron) X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=f657320af04206a2e1c3de6c7a62cb90eb158b1c;hp=26d00fff5cb642269d6b4e9fb9c465ab7024fb22 fix typo (reported by mechatron) --- diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index c702970..eaedac9 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -43,7 +43,7 @@ class eDVBFrontend: public iDVBFrontend, public Object char m_filename[128]; #if HAVE_DVB_API_VERSION < 3 int m_secfd; - char m_secfilename[128]; + char m_sec_filename[128]; #endif FRONTENDPARAMETERS parm;