[mythtv] [mythtv-commits] mythtv commit: r18315 by paulh

Nigel Pearson nigel at ind.tansu.com.au
Mon Sep 22 04:36:34 UTC 2008


>> -    if (print_verbose_messages & VB_MEDIA+VB_EXTRA)
>> +    if (print_verbose_messages & VB_MEDIA & VB_EXTRA)


-    if (print_verbose_messages & VB_MEDIA+VB_EXTRA)
+    if ((print_verbose_messages & VB_MEDIA+VB_EXTRA) == VB_MEDIA 
+VB_EXTRA)


Interesting. My first impulse was:

-    if (print_verbose_messages & VB_MEDIA+VB_EXTRA)
+    if (print_verbose_messages & (VB_MEDIA+VB_EXTRA))


but that still fails. I'm still trying to
apply my mental AND-gate to work out why
(and why cal's elegant version does work)


It must be Monday. I never could get the hang of Monday.


--
Nigel Pearson, nigel at ind.tansu.com.au|Smart mice ... varmints|
Telstra Net. Eng., Sydney, Australia |used vector formulas.  |
Office: 9202 3900    Fax:  9261 3912 |  How'd you catch them?|
Mobile: 0408 664435  Home: 9792 6998 |Smart cheese.          |






More information about the mythtv-dev mailing list