Ticket #8600: patch-firewiredevice.cpp

File patch-firewiredevice.cpp, 573 bytes (added by Don Lewis <dl-mythtv@…>, 14 years ago)

patch

Line 
1--- mythtv-0.23/mythtv-0.23/libs/libmythtv/firewiredevice.cpp.orig      2010-04-27 23:38:04.000000000 -0700
2+++ mythtv-0.23/mythtv-0.23/libs/libmythtv/firewiredevice.cpp   2010-04-27 00:34:39.000000000 -0700
3@@ -228,7 +228,7 @@
4     // same commands work for it as the Motorola.
5     bool is_mot = ((panel_model.toUpper().left(4) == "DCT-") ||
6                    (panel_model.toUpper().left(4) == "DCH-") ||
7-                   (panel_model.toUpper().left(4) == "PACE-"));
8+                   (panel_model.toUpper().left(5) == "PACE-"));
9 
10     if (is_mot && !alt_method)
11     {