[mythtv] [PATCH] Little typing error in dvbdiseqc.cpp - one point
added
Leandro Dardini
ldardini at tiscali.it
Sun Apr 11 03:48:45 EDT 2004
Index: dvbdiseqc.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/dvbdiseqc.cpp,v
retrieving revision 1.3
diff -u -r1.3 dvbdiseqc.cpp
--- dvbdiseqc.cpp 11 Apr 2004 03:30:48 -0000 1.3
+++ dvbdiseqc.cpp 11 Apr 2004 07:48:52 -0000
@@ -176,7 +176,7 @@
usleep(DISEQC_SHORT_WAIT);
- GENERAL(QString("DiSEqC Sending 1.0 Command: %1 %2 %3 %4").
+ GENERAL(QString("DiSEqC Sending 1.0 Command: %1 %2 %3 %4")
.arg(cmd.msg[0], 2, 16)
.arg(cmd.msg[1], 2, 16)
.arg(cmd.msg[2], 2, 16)
More information about the mythtv-dev
mailing list