[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue May 31 13:50:02 UTC 2005


----------------------------------------------------------------------------
Changes committed by danielk on Tue May 31 13:45:27 2005

Modified Files:
   in mythtv/programs/mythcommflag:
        main.cpp 
Log Message:

Fixes printf that used %ld for ints, this causes problems on 64 bit
systems.

Also replaced some printf's and cerr redirects with verbose macros,
and replaced the commercial flagging output ones with two sets of
macros print_v0 and print_v1. print_v0 is for non-error messages 
that are always printed, and print_v1 is for non-error messages 
that are printed only in verbose commercial flagging. I didn't
convert to VERBOSE macros on these because there are a lot of
C style formatting strings..

----------------------------------------------------------------------------


More information about the mythtv-commits mailing list