
mark at dclabs
Jan 15, 2006, 7:27 PM
Post #1 of 2
(570 views)
Permalink
|
|
Re: [mythtv-commits] Ticket #984: Add support for multiple bit select for logging
|
|
you are correct. I dont know how I missed them. this will fix it. (for f in `find . -name "*.cpp" -exec grep -l VB_ALL {} \;` ; do perl -pi -w -e 's/VB_ALL/VB_IMPORTANT/h;' $f ; done) sorry about that. must be blind. mark > #984: Add support for multiple bit select for logging > -------------------------+-------------------------------------------------- > Reporter: Mark Spieth | Owner: ijr > Type: enhancement | Status: reopened > Priority: minor | Milestone: unknown > Component: mythtv | Version: head > Severity: medium | Resolution: > -------------------------+-------------------------------------------------- > Comment (by ijr): > > The patches in #1026 change 2 of the VB_ALL instances, and there's a huge > number more of them - am I missing something? > > -- > Ticket URL: <http://cvs.mythtv.org/trac/ticket/984> > MythTV <http://www.mythtv.org/> > MythTV -------------------------------------------------------------------------------- _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits _______________________________________________ mythtv-dev mailing list mythtv-dev [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
|