> 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.
also one in
./libs/libmyth/audiooutput.h: { lastError = msg; VERBOSE(VB_ALL,
lastError); }; _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
