[dvblast-devel] dvb: Show minor dvbapi version along with the major version.
Georgi Chorbadzhiyski
git at videolan.org
Wed May 2 10:55:59 CEST 2012
dvblast | branch: master | Georgi Chorbadzhiyski <gf at unixsol.org> | Wed May 2 11:53:33 2012 +0300| [992d09eccd32e924714a2db61c9bc0b9f015eb04] | committer: Georgi Chorbadzhiyski
dvb: Show minor dvbapi version along with the major version.
> http://git.videolan.org/gitweb.cgi/dvblast.git/?a=commit;h=992d09eccd32e924714a2db61c9bc0b9f015eb04
---
dvb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dvb.c b/dvb.c
index b0a86ce..36e4cd4 100644
--- a/dvb.c
+++ b/dvb.c
@@ -79,7 +79,7 @@ void dvb_Open( void )
{
char psz_tmp[128];
- msg_Dbg( NULL, "using linux-dvb API version %d", DVB_API_VERSION );
+ msg_Dbg( NULL, "using linux-dvb API version %d.%d", DVB_API_VERSION, DVB_API_VERSION_MINOR );
i_wallclock = mdate();
More information about the dvblast-devel
mailing list