
mythtv at cvs
May 31, 2005, 6:50 AM
Post #506 of 544
(10029 views)
Permalink
|
---------------------------------------------------------------------------- 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.. ----------------------------------------------------------------------------
|